Jump to content

Char: Difference between revisions

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


Char is a standard c type.
integer type
;Length
CHAR_BIT (usually 8 bit)


=== Length===
;Range
 
-128 to 127
8 bit
 
=== Range ===


-128 to 127
[[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