Char: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:char}} | {{DISPLAYTITLE:char}} | ||
<tt>char</tt> is a standard [[C]] type. | <tt>char</tt> is a standard [[C]] type. | ||
integer type | |||
8 bit | ;Length | ||
CHAR_BIT (usually 8 bit) | |||
;Range | |||
-128 to 127 | -128 to 127 | ||
[[Category: | [[Category:C type]] |