118k views
12 votes
Why were different data types developed? Discuss the commonly used data types in programming languages.

1 Answer

2 votes

Answer:

Different types of data are represented in different ways inside a computer and need varying amounts of memory to store them. Commonly used data types integer, real, character or string, and Boolean.

Step-by-step explanation:

User Zerratar
by
3.2k points