A data – type is the representation of data . It specifies
the type of data that a variable can store such as integer ,
floating ,character etc.
Example :-
Int a=10 ;
Float b ;
Char c;
Here a , b and c are variable and int , float and char
are data – type .
EXAMPLE :-
Classification of Data - types
our types of data – types in C++ language
TYPES DATA – TYPE
a - type Int , char , float , double etc.
ata - type Array , pointer etc.
ion data - type Enum
ned data - type Structure

what is data types

  • 1.
    A data –type is the representation of data . It specifies the type of data that a variable can store such as integer , floating ,character etc. Example :- Int a=10 ; Float b ; Char c; Here a , b and c are variable and int , float and char are data – type . EXAMPLE :-
  • 2.
    Classification of Data- types our types of data – types in C++ language TYPES DATA – TYPE a - type Int , char , float , double etc. ata - type Array , pointer etc. ion data - type Enum ned data - type Structure