C Preprocessor Question: What is cpp? C Preprocessor Interview QuestionAnswer: The preprocessor is called cpp, however it is called automatically by the compiler so you will not need to call it while programming in C. Previous QuestionNext QuestionIf #include is used with file name in angular brackets a) The file is searched for in the standard compiler include paths b) The search path is expanded to include the current source directory c) Both a & b d) None of the mentionedWhat is C Preprocessor mean?