Jump to content

Char: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
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.


=== Length===
integer type
8 bit
;Length
CHAR_BIT (usually 8 bit)


=== Range ===
;Range
-128 to 127
-128 to 127


[[Category:Data type]]
[[Category:C type]]

Latest revision as of 17:51, 23 January 2018

char is a standard C type.

integer type

Length

CHAR_BIT (usually 8 bit)

Range

-128 to 127