Multiple choice

What is the range of byte?

  1. –2,147,483,648 to 2,147,483,647

  2. –32,768 to 32,767

  3. –128 to 127

  4. 0 to 255

  5. –9,223,372,036,854,775,808 to 9,223,372,036,854,775,807

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

byte has this range.