Answer:
Symbolic Constants in C – Symbolic Constant is a name that substitutes for a sequence of characters or a numeric constant, a character constant or a string constant.
When program is compiled each occurrence of a symbolic constant is replaced by its corresponding character sequence.