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

int

int represents the type of a signed 32-bit integer value. It can hold values [-2147483648, 2147483647].

Specifications

Primitive Type Bits Size Signed-ness Possible Values C Equivalent (Roughly) Suffix
int 32 bits 4 bytes signed -2,147,483,648..2,147,483,647 int si
Clone this wiki locally