Q193
What will be the output of the following C code? #include void main() int x = 0; if (x = 0) printf("Its zero "); else printf("Its not zero ");
A.
Its not zero
AnswerB.
Its zero
C.
Run time error
D.
None
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board