Q212
Which of the following sequences are unaccepted in C language?
A.
#if
#else
#endif
#else
#endif
B.
#if
#elif
#endif
#elif
#endif
C.
#if
#if
#endif
Answer#if
#endif
D.
#if
#undef
#endif
#undef
#endif
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board