What will be the output of the following C code?
#include <stdio.h>
main ()
{
printf ("%.of", 2.89);
}
(1) 2.890000
(2)2.89
(3)2
(4) 3
Answers
Answered by
1
Answer:
ask the whole question....
Similar questions