Vidyalelo
C Programming · Q90

C Preprocessor

Programming · C Programming · question 90

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
Answer
B.
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