The purpose of the preprocessor directive #error is that ____________
(a) It rectifies any error present in the code
(b) It rectifies only the first error which occurs in the code
(c) It causes the preprocessor to report a fatal error
(d) It causes the preprocessor to ignore an error
The question was asked during an online exam.
My question comes from Conditional Preprocessor Directives topic in section C Preprocessor of C