Multiple choice

Which of the following data types requires the least amount of size in bits in 'C'?

  1. int

  2. long int

  3. unsigned short int

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This data type requires least amount of bits, i.e 8 bits to be get stored in memory.