Page Stats
Visitor: 183
Constant Variable
Constant variable are the variable whose value cannot be changed during the program execution. Constant variable are initialize only once at the time of declaration. Syntax: const int a=5;
Page Stats
Visitor: 183
Constant variable are the variable whose value cannot be changed during the program execution. Constant variable are initialize only once at the time of declaration. Syntax: const int a=5;