Social Sciences, asked by bizuneshAssefa91, 5 months ago

write the data tyeps from computer programming perspectives

Answers

Answered by MyOwnWorstCritic
9

Answer:

Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans. 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.

Hope it helps :)

Answered by tcshivani58
4

Answer:

Explanation:

Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans. ... 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