
Constant may be defined as a quantity used in a program that cannot be
changed during program execution. There are two types of constants in C++
programming language.
Literal Constants
Symbolic Constants
1. Literal Constants
A literal constant is a value that is directly...