Multiple choice

The define preprocessor command can be used for defining

  1. macro

  2. for loop

  3. symbolic constant

  4. none of these

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

The #define preprocessor directive is primarily used to create symbolic constants or macros. Between the options, symbolic constant is a standard use case.