0
What is significance of preprocessor ?
2 Answers
+ 2
so you can detect what compiler or environment your program is running in. Some commands only work in certain environments (like getch in Windows). So depending on what's detected, a different part of your code will be used.
+ 1
Preprocessor directive starts with #. It has the preprocessed information in it. If it used in a statement then whatever function that is preprocessed it is used