data type in C++

There are four kinds of data types in C++ are given below:
*   Primitive Data types. Integer, character, boolean, floating point, void.
*   Derived data types. Pointer, reference
*   Enumeration. 
*   User-defined data types. Structure, union.