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