Discussion :: C Preprocessor
-
Point out the error in the program
#include
A.
Error: unexpected end of file because there is no matching #endif |
B.
The number is odd |
C.
Garbage values |
D.
None of above |
Answer : Option A
Explanation :
The conditional macro #if must have an #endif. In this program there is no #endif statement written.
Be The First To Comment