Multiple choice

The loop which filters the source code before compilation is

  1. macro

  2. stack

  3. preprocessor

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The preprocessor is the first stage of the C compilation process, which handles directives like #include and #define before the actual compilation begins.