What are symbolic constants

Describe what are symbolic constants?

E

Expert

Verified

There exist two methods for making the symbolic constants within the C++:

a) Utilizing the qualifier constant.

b) Describing set of integer constants by making use of enum keyword.

c) The program cannot change the value that is declared as constant in the c++.

For example:

Const int size =10;

Char name [size];

   Related Questions in C/C++ Programming

©TutorsGlobe All rights reserved 2022-2023.