Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

how to take inputs in one line in c

rintf("Enter the coordinates of the second point (x1,y1): ");
	scanf("%f%f",&coordinate2[0],&coordinate2[1]);
 
PREVIOUS NEXT
Tagged: #inputs #line
ADD COMMENT
Topic
Name
4+6 =