Input and Output in C
Input and Output in C. Standard Input and Output. Output: printf Input: scanf Remember the program computing the distance between two points! /* Declare and initialize variables. */ double x1=1, y1=5, x2=4, y2=7, side_1, side_2, distance;
595 views • 57 slides