Jump to content

Unsigned char: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== unsigned char==
{{DISPLAYTITLE:unsigned char}}
 
unsigned char is a standard [[C]] type.
Unsigned char is a standard c type.


=== Length===
=== Length===
8 bit
8 bit


=== Range ===
=== Range ===
0 to 255


0 to 255
[[Category:C type]]

Latest revision as of 17:26, 23 January 2018

unsigned char is a standard C type.

Length

8 bit

Range

0 to 255