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

User Eljenso
by
7.4k 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
7.7k 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
9.0k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.