+ 1
What is preprocessor and describe the end if?
2 Answers
+ 4
In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent programs like compilers.
reference link
https://en.m.wikipedia.org/wiki/Preprocessor
0
Thanks for giving a information