CEII Lecture 2
CEII Lecture 2
Computer Engineering II
Lecture 2
C-Strings (Character Arrays)
Character array: An array whose components are of type char.
The first character in the ASCII character set is the null character,
which is nonprintable. Also, recall that in C++, the null character is
represented as '\0'