Computer Science, asked by pihudhusia221, 7 months ago

what do mean by data type?​

Answers

Answered by kush193874
4

Data types are used within type system, which means to identify the type of data and associated operations for handling it. There are two types of data type: i) Primitive Data Types byte, float, char, boolean, int. ii) Composite Data Types class, array, interface.

Answered by ItxBarbieGirl
3

Heya mate

Here u go

In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. ... This data type defines the operations that can be done on the data, the meaning of the data, and the way values of that type can be stored.

Similar questions