+ 1
Creating a variable reserves a memory location, or a space in memory for storing values. The compiler requires that you provide a data type for each variable you declare. C++ offer a rich assortment of built-in as well as user defined data types.
25th Nov 2016, 10:33 AM
Baraa AB
Baraa AB - avatar