Question
When do preprocessor directives execute?A) Before the compiler compiles your programB) After the compiler compiles your programC) At the same time as the compiler compiles your programD) None of the above
Step 1
Preprocessor directives are commands in a program that are processed by the preprocessor before the actual compilation of the code begins. They typically start with a `#`, such as `#include` or `#define`. Show more…
Show all steps
Your feedback will help us improve your experience
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Which stages of the toolchain know about the C programming language? A. Preprocessor B. Assembler C. Linker D. Compiler
Watch the video solution with this free unlock.
EMAIL
PASSWORD