Multiple choice Which of the following data types requires the least amount of size in bits in 'C'? int long int unsigned short int 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.