Vidyalelo
C Programming · Q86

C Preprocessor

Programming · C Programming · question 86

Q86

What will be the output of the following C code? #include #define ram 557 int main() #ifndef ram printf("yes"); #endif printf("no");

A.
error
B.
yes
C.
no
Answer
D.
yesno

Answer: Option C

Solution

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