elibraryportal Logo

Data Types in C++

Data type is an inbuilt keyword that defines the type of a variable.

Types of Data Types

.

There are three Data Types that is.

  1. Built-in data types.
  2. Derived data types
  3. User-defined data types
Types Data Types
Built-in data types int, char, float, double, etc
Derived Data Type array, pointer, etc
User-defined data types structure,union,class
Next TopicKeyword in C++