1/11/00
COM1100 Winter2000 Yuhong Yin Northeastern University
30
C++ Data Type -- char
nUsed to store characters
nCharacters include the letters of the alphabet (both uppercase and lowercase), the 10 digits 0~9, and the special symbols (+ $ &) enclosed by single quote.
nExamples
n‘A’ ‘$’ ‘7’ ‘q’
n