CBSE Class 9 Computer Applications Question 16 of 23

Introducing Python — Question 9

Back to all questions
9
Question

Question 7

Differentiate between plain integer and long integer.

Answer

Plain integers generally use 32 bits (4 bytes) to store a value. Long integers, on the other hand, don't have any size limitation for storing the value, they can grow arbitrarily large subject to available memory.