Variables in C++
The places in which we store data are called objects. To access an object we need a name. A named object is called a variable and has a specific type (such as int or string).
The places in which we store data are called objects. To access an object we need a name. A named object is called a variable and has a specific type (such as int or string).