C Preprocessor Question: Download C Preprocessor PDF

What is C Preprocessor mean?

Tweet Share WhatsApp

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 PDF Read All 33 C Preprocessor Questions
Previous QuestionNext Question
What is cpp?What are the advantages of C Preprocessor?