Q47
What will be the output of the following C code? #include #define max 100 void main() #if(max%10) printf("Exam"); #endif printf("Veda");
A.
error
B.
Exam
C.
Veda
AnswerD.
ExamVeda
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board