ShriRam Changed status to publish October 1, 2022
Constant is a named memory location that can store single value that can not be changed during program execution. Every Constant has a data type:
A Constant must have a name and stored in ram only Constant are volatile in nature.
Exp : a=6
MyName = “Jai Shri Ram”
ShriRam Changed status to publish October 1, 2022