Q70
What will be the output of the following C code? #include void main() float x = 0.1; if (x == 0.1) printf("India"); else printf("Advanced C Classes");
A.
Advanced C Classes
AnswerB.
India
C.
Run time error
D.
Compile time error
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board