Skip to content
IsaacShelton edited this page Mar 21, 2022 · 1 revision

short

short represents the type of a signed 16-bit integer value. It can hold values [-32768, 32767].

Specifications

Primitive Type Bits Size Signed-ness Possible Values C Equivalent (Roughly) Suffix
short 16 bits 2 bytes signed -32,768..32,767 short ss
Clone this wiki locally