Q90
What will be the output of the following C code? #include #pragma GCC poison printf main() printf("example"); return 0;
A.
error is thrown
AnswerB.
example is printed
C.
warning but no error
D.
pleexam is printed
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board