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

byte

byte represents the type of a signed byte value. It can hold values [-128, 127].

Specifications

Primitive Type Bits Size Signed-ness Possible Values C Equivalent (Roughly) Suffix
byte 8 bits 1 byte signed -128..127 signed char sb
Clone this wiki locally