GCC Compiler Question:
The option -fsyntax-only of gcc:
a) checks the code for syntax error
b) checks the code for fatal error
c) both (a) and (b)
d) none of the mentioned

Answer:
a) checks the code for syntax error