Jump to content

Unsigned char: Difference between revisions

From EDM2
Anakor (talk | contribs)
No edit summary
 
Ak120 (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Unsigned char is a standard c type.
{{DISPLAYTITLE:unsigned char}}
 
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