Multiple choice What is the maximum value that an 'unsigned short int' can hold? 32767 32767 65535 0 Reveal answer Fill a bubble to check yourself C Correct answer Explanation An unsigned short int is a 16 bit positive number and its range is from 0 to 65535.