write the data tyeps from computer programming perspectives
Answers
Answered by
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
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