C++ Language/Variables
A variable is a name given to a piece of computer memory, in which you can store a value of a certain type.
- Lifetime and Scope
- Initialization
- Uniform Initialization
- Initialize without Constructor
- Decomposing-Auto
- Define at Same Time as Type