Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 338 Bytes

File metadata and controls

18 lines (8 loc) · 338 Bytes

Question 79

What is preprocessing?

Answer

Performing (usually) textual substitution in program source code to produce a modified source in the same language. The substitutions are controlled via preprocessor flags (such as -D) and preprocessor directives such as %define or %macro.

prev +++ next