Multiple choice

What is the maximum value that an 'unsigned short int' can hold?

  1. 32767

    • 32767
  2. 65535

  3. 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.