Multiple choice The loop which filters the source code before compilation is macro stack preprocessor 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.