C++ Data Types. ... You may like to store information of various
data types like character, wide character, integer, floating point, double floating point, boolean etc. Based on the
data type of a variable, the operating system allocates memory and decides what can be stored in the reserved memory.
read more >>