Unsigned short: Difference between revisions
Appearance
mNo edit summary |
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 | |||
unsigned short int | |||
16 bit (2 bytes) | ;Length:16 bit (2 bytes) | ||
;Range:0 to 65,535 | |||
;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