What are Variables?
Variable
are used in C++, where we need storage for any value, which will change in
program. Variable can be declared in multiple ways each with different memory
requirements and functioning. Variable is the name of memory location allocated
by the compiler depending upon the data type of the variable.