The range of short int data type in ‘C’ is __________.

2026

The range of short int data type in ‘C’ is __________.

  1. A.

    – 32768 to + 32767

  2. B.

    00000 to + 65535

  3. C.

    – 32768 to 0

  4. D.

    – 65535 to + 65535

Attempted by 613 students.

Show answer & explanation

Correct answer: A

In C, the short int data type is typically 16 bits wide. By default, it is signed, meaning its range is from -32768 to +32767.

Explore the full course: Up Lt Grade Assistant Teacher 2025