C - Data Types - Discussion

You Are Here :: Home > C > Data Types - Discussion

 



Q.

What is the output of this C code?

#include
int main()
{
float a = 2.455555555555;
printf("%f", a);
}

A. 2.455555 B. 2.455556
C. 2.456 D. 2.46

Answer: Option A
Explaination:

 


No Explanation








Discussion

Your Comments Goes here...
NameDiscussion