Data type is defined as the set of possible values a variable can hold. Data types in C++ can be divided into three categories:
- Built-in Data Type
- User Defined Data Type
- Derived Data Type
Built-in Data Types
The C++ compiler supports all the built-in data types. These data types are also known as standard data types and ae not composed of other data types. LEARN MORE>>
No comments:
Post a Comment