C प्रोग्रामिंग लैंग्वेज में, निम्नलिखित स्टेटमेंट का आउटपुट है 1 < 2 ? return 1: return 2;
In C programming language, the output of following statement is (1 < 2 ? return 1: return 2; )
A
1
B
2
C
Depends on compiler
D
Compile time error
Explanation
Correct Answer: D) Compile time error