Vidyalelo
C Programming · Q70

C Fundamentals

Programming · C Programming · question 70

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
Answer
B.
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