Multiple choice Define is used for logical constant real constant symbolic constant 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.