C Preprocessor Question:
Download Job Interview Questions and Answers PDF
What is C Preprocessor mean?
Answer:
The C preprocessor is a tool which filters your source code before it is compiled. The preprocessor allows constants to be named using the #define notation.It is particularly useful for selecting machine dependent pieces of code for different computer types, allowing a single program to be compiled and run on several different computers.
Download C Preprocessor Interview Questions And Answers
PDF
Previous Question | Next Question |
What is cpp? | What are the advantages of C Preprocessor? |