Computer Science, asked by RaviRajSha2322, 24 days ago

what are the smallest and the largest integer values for primitive type short

Answers

Answered by anshiiiiii0
7

Answer:

The short data type is a 16-bit signed two's complement integer. It has a minimum value of -32,768 and a maximum value of 32,767 (inclusive).

Answered by shreya072006
0

Answer:

It has minimal value of -32,768 and maximal of 32,767.

Explanation:

It is 16 bits two's complement integer.

Similar questions