C++ Constants

Constants are the items whose value cannot be changed during the program execution.

C++ Constants :

Constants in Cplusplus

Explanation and Meaning :

Type of ConstantExplanation
Numeric ConstantThese are Integer Numbers or floating numbers such as 11.30 or 13.
Character ConstantThese are alphabets i.e A-Z or a-z
String ConstantString Constants are the Combinations of Alphabets Numbers and Special Characters under single constant name