What is Variable ?
In : BCA Subject : CPPMVariable refers to how an address is named.
The name of the memory location is called a variable.
Variables, unlike constants, can have their values changed throughout the execution of a programme.
A programmer can name a variable in a meaningful way.
For instance, average, height, age, total, and so on.