Answers for "how to take a line as input in c"

0

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]);
Posted by: Guest on October-14-2021

Code answers related to "how to take a line as input in c"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language