Multiple choice

Define is used for

  1. logical constant

  2. real constant

  3. symbolic constant

  4. none of the above

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

Similar to question 353462, #define is used to define symbolic constants, which are names that represent a specific value throughout the program.