DATA TYPES

Data types are means to identify the type of data and associated operations for handling it.
C++ data types are of 2 types- Fundamental types and Derived types

Next