1.

What will be the output of the following C code?
#include 
printf("%.0f", 4.89);

A. 4.890000
B. 4.89
C. 4
D. 5
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs