C Preprocessor Question:
Download Questions PDF

What is cpp?

C Preprocessor Interview Question
C Preprocessor Interview Question

Answer:

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.

Download C Preprocessor Interview Questions And Answers PDF

Previous QuestionNext Question
If #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 mentioned
What is C Preprocessor mean?