Multiple choice

What is the range of integer data type in ANSI 'C'?

  1. -3.4E38 to +3.4E39

  2. -32768 to +32767

  3. -128 to +127

  4. None of these

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

This is the range of integer data type in 'C' as word length of 16-bit computer is 215, which is equal to 32768.