Computer Science, asked by krishnavpatil9, 6 days ago

what are data types? how are they important?

Answers

Answered by nikeetajohnson16
1

A data type is an attribute of data which tells the compiler or interpreter how the data is intended to be used. They are important because each programming language needs to work on different types of data like integers and strings and so they are stored as that data type.

Answered by shubhradipgupta
0

Explanation:

A data type is an attribute of data which tells the compiler or interpreter how the data is intended to be used. They are important because each programming language needs to work on different types of data like integers and strings and so they are stored as that data type

Similar questions