Home » C Programming » Data Types » Question
  1. What will be the output of the following C code?
    #include 
    printf("%.0f", 4.89);
    1. 4.890000
    2. 4.89
    3. 4
    4. 5
    5. None of these
Correct Option: D

5



Your comments will be displayed only after manual approval.