Social Sciences, asked by avneethudda, 8 months ago

what are the symbolic constants ? how are they useful in writing programs?

Answers

Answered by IonicYadav
2

Answer:

symbolic constant is name that substitute for a sequence of character that cannot be changed. The character may represent a numeric constant, a character constant, or a string. When the program is compiled, each occurrence of a symbolic constant is replaced by its corresponding character sequence.

Similar questions