Thursday, July 9, 2009

Which printf statement will print the number X in floatign notation in a field of 10 characters ...?

with 3 character to the right of the decimal point???????





a. printf("%10.3e",X);


b. printf("%3.10f",X);


c. printf("%10.3f", X);


d. printf("10.3%f", X)

Which printf statement will print the number X in floatign notation in a field of 10 characters ...?
c

song downloads

No comments:

Post a Comment