[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CChar
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CChar
(C) char
Data type (and thus a keyword) like int and double, that can hold a single character.char myChar = 'R'; sprintf(myChar);
From [1]: How do you pronounce "char"?
"char" is usually pronounced "tchar", not "kar". This may seem illogical because "character" is pronounced "ka-rak-ter", but nobody ever accused English pronounciation and spelling of being logical.'char' links
References
- 1) Bjarne Stroustrup's homepage : http://www.research.att.com/~bs/bs_faq2.html#char
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
