33.8k views
2 votes
Which function is used to declare symbolic constant??give the exact answer​

User Eljenso
by
4.1k points

2 Answers

6 votes

Answer:

symbolic constant is a name given to some numeric constant, or a character constant or string constant, or any other constants. Symbolic constant names are also known as constant identifiers. Pre-processor directive #define is used for defining symbolic constants.

User Michael Millar
by
4.5k points
4 votes

Answer:


\red{\underline{\underline{\sf{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.

User Ivankeller
by
5.3k points