Q87
What will be the output of the following C code? #include void main() int x = 5; if (x < 1); printf("Hello");
A.
Nothing
B.
Run time error
C.
Hello
AnswerD.
Varies
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board