Computer Science, asked by atifa181229143, 1 year ago

what is meant by the term data type

Answers

Answered by ajaychoubyp2pczf
0
a particular kind of data item, as defined by the values it can take, the programming language used, or the operations that can be performed on it.
Answered by s7388
0
It is a representation of data. It describes how much memory is required to allocate and what type of data is allowed to store.
Classification of data -
1- Primitive data type - int, char , float , void ....
2- Derived data type - Array, string , point, function,....
3- User- defined data type- structure, union , type def, enum, ....
Similar questions