Jump to content

Unsigned short: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== unsigned short==
{{DISPLAYTITLE:unsigned short}}
Unsigned short is a standard C type.
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


=== Length===
[[Category:C type]]
16 bit (2 bytes)
 
=== Range ===
0 to 65,535
 
[[Category:Data 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