Vidyalelo
C Programming · Q212

Function

Programming · C Programming · question 212

Q212

Which of the following sequences are unaccepted in C language?

A.
#if
#else
#endif
B.
#if
#elif
#endif
C.
#if
#if
#endif
Answer
D.
#if
#undef
#endif

Answer: Option C

Solution

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