1. Which of the following are C preprocessors? a) #ifdef b) #define c) #endif d) all of the mentioned AnswerAnswer: d [Reason:] None. 2. #include statement must be written a) Before main() b) Before any scanf/printf c) After main() d) It can be written anywhere AnswerAnswer: b [Reason:] Using these directives before main() improves readability….