Jump to content

Unsigned short: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{DISPLAYTITLE:unsigned short}}
{{DISPLAYTITLE:unsigned short}}
unsigned short is a standard [[C]] type.
unsigned short is a standard [[C]] type.
 
unsigned short
=== Length===
unsigned short int
16 bit (2 bytes)
;Length:16 bit (2 bytes)
 
;Range:0 to 65,535
=== Range ===
;Format specifier:%hu
0 to 65,535


[[Category:C type]]
[[Category:C type]]

Latest revision as of 17:55, 23 January 2018

unsigned short is a standard C type.

unsigned short
unsigned short int
Length
16 bit (2 bytes)
Range
0 to 65,535
Format specifier
%hu