1.

What will be the output of the following C code?
#include <stdio.h>
void main()
{
2 < 3 ? return 2 : return 3;
}

A. Runtime Error
B. 2
C. 3
D. Compilation Error
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs