Data Types

Data type is defined as the set of possible values a variable can hold. Data types in C++ can be divided into three categories:

  1. Built-in Data Type
  2. User Defined Data Type
  3. 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: