GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
5. | To print out a and b given below, which of the following printf() statement will you use? | |
A. | printf("%f %lf", a, b); | |
B. | printf("%Lf %f", a, b); | |
C. | printf("%Lf %Lf", a, b); | |
D. | printf("%f %Lf", a, b); | |