

MCQOPTIONS
Saved Bookmarks
1. |
To print out and given below, which of the following 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); |
Answer» B. printf("%Lf %f", a, b); | |