Podcast
Questions and Answers
Which data type has the smallest memory size?
Which data type has the smallest memory size?
- char (correct)
- int
- float
- double
Which data type has the largest memory size?
Which data type has the largest memory size?
- int
- double (correct)
- char
- float
Which data type has a smaller memory size than 'int' but larger than 'char'?
Which data type has a smaller memory size than 'int' but larger than 'char'?
- int
- float (correct)
- double
- char