Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
C Language
C Preprocessor
C Preprocessor Question:
What is cpp?
Tweet
Share
WhatsApp
Download PDF
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 PDF
Read All 33 C Preprocessor Questions
Previous Question
Next 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?