Q71
What will be the output of the following C code? #include #define max 100 main() #ifdef max printf("hello");
A.
100
B.
hello
C.
"hello"
D.
error
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board