ICSE Class 9 Computer Applications
Question 13 of 14
Values and Data Types — Question 13
Back to all questions 13
Question Question 13
Which integer and floating point data types take up the same number of bits in computer's memory?
Both, int and float take up 32 bits in memory. Similarly, both long and double take up 64 bits in memory.