1
integer data type
Data-type (short for integer).
Data is information. Data type defines the type of data - integer, character etc
integer
"int" is the keyword for integer
integer data type consumes memory of 4 bytes or 32 bits
Datatype represents the type of data like integer, varchar2 etc. Example name varchar2(20) it denotes that name is an attribute of character and size is 20 characters .
The details depend on the language, but the index of an array is usually an integer data type. Anything that is compatible with an integer can be used.
In Java, that would be called "boolean". In other languages it may have different names, for example, "logical". In C, there is no true boolean data type, so people just use integer and if you want the integer to be true, you set it to 1 and if you want it to be false, you set it to 0.
Data type means it tells the compiler the variable belongs to integer .character.floating.l
All data types can be used to store a whole number, even the data types that can store a decimal number.
integer