What do you mean by preprocessor handling? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What do you mean by preprocessor handling?

8th Feb 2019, 2:52 PM
Puneet Bhardwaj
Puneet Bhardwaj - avatar
2 Answers
+ 2
The preprocessor processes your source code before the compiler compiles it. The c++ preprocessor handles directives that start with #. It does text substitutions like macro subtitutions (#define) and adding code from other files (#include).
8th Feb 2019, 9:22 PM
Joseph Whalen
+ 1
//preprocessor handling (Never-heard)
8th Feb 2019, 9:00 PM
Sudarshan Rai
Sudarshan Rai - avatar