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
AnswerD.
yesno
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board