Vidyalelo
C Programming · Q87

Control Structures

Programming · C Programming · question 87

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
Answer
D.
Varies

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board