Computer Science, asked by maheshtutsoumya, 18 hours ago

define the following 1) data type​

Answers

Answered by arsp95
2

Answer:

A data type is a classification of data which tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support various types of data, including integer, real, character or string, and Boolean.

Similar questions