IDNLearn.com is designed to help you find reliable answers to any question you have. Find the information you need quickly and easily with our comprehensive and accurate Q&A platform.

Why were different data types developed? Discuss the commonly used data types in programming languages.

Sagot :

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.

Explanation: