0

what is preprocessor.

preprocessor

16th Jul 2016, 5:31 PM
pankaj kirola
pankaj kirola - avatar
4 Answers
+ 3
The preprocessor can do actually much, much more. All lines that start with a # that are not in a comment, are preprocessor directives. The preprocessor, as the name suggests, is run before the compiler is run. Apart from including other files, you can also define so-called macros, or make the compiler parse source code dependent on a condition.
16th Jul 2016, 7:12 PM
Stefan
Stefan - avatar
+ 1
preprocessor instructs the compiler to include the header files which contains all the basic functions of of built in data types.for example cout is used for displaying anything in output screen.whose functions are specified in iostream file.which can be called using a preprocessor
16th Jul 2016, 5:50 PM
gowtham
+ 1
Hey asker is that a RPG in your username
17th Jul 2016, 2:01 AM
_Geometry dash_ _Roh_ (AKA NovaRate0315)
_Geometry dash_ _Roh_ (AKA NovaRate0315) - avatar
0
thanks gowtham
16th Jul 2016, 6:07 PM
pankaj kirola
pankaj kirola - avatar