A
Q. What will be the output of the following C code?
Code:
#include <stdio.h>
int main()
{
float fl = 15.621212121212;
printf("%f", fl);
}
int main()
{
float fl = 15.621212121212;
printf("%f", fl);
}
- Correct Answer - Option(D)
- Views: 21
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.