Unsigned short: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== unsigned short== | == unsigned short== | ||
Unsigned short is a standard C type. | |||
Unsigned short is a standard | |||
=== Length=== | === Length=== | ||
16 bit (2 bytes) | |||
16 bit | |||
=== Range === | === Range === | ||
0 to 65,535 | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 21:28, 10 November 2016
unsigned short
Unsigned short is a standard C type.
Length
16 bit (2 bytes)
Range
0 to 65,535