C++ Data types
C++ Data types
A data type specifies the type of data that a variable can store such as integer, floating, character etc. There are 4 types of data types in C++ language.
Types of Data types in C++
- Basic Data Type
- Derived Data Type
- Enumeration Data Type
- User Defined Data Type
Derived Data type:- The data-types that are derived from the primitive or built-in datatypes are referred to as Derived Data Types. These can be of four types namely: Function. Array. Pointers.
Comments
Post a Comment