Q124
What will be the output of the following C code snippet? #include void main() 1 < 2 ? return 1: return 2;
A.
returns 1
B.
returns 2
C.
Varies
D.
Compile time error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board