ICSE Class 10 Computer Applications Question 16 of 25

Values and Data Types — Question 16

Back to all questions
16
Question

Question 16

Which integer and floating point data types take up the same number of bits in computer memory?

Answer

Both, int and float take up 32 bits in memory. Similarly, both long and double take up 64 bits in memory.