Vidyalelo
C Programming · Q112

Function

Programming · C Programming · question 112

Q112

In a conditional inclusion, if the condition that comes after the if is true, then what will happen during compilation?

A.
Then the code up to the following #else or #elif or #endif is compiled
Answer
B.
Then the code up to the following #endif is compiled even if #else or #elif is present
C.
Then the code up to the following #eliif is compiled
D.
None of the mentioned

Answer: Option A

Solution

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