Array with base type char
End of string marked with null, \0
If null overwritten, c-string no longer acts like c-string
Older method inherited from C
Can ONLY use = at declaration of c-string use
strcpy
, == too strcmp
Declares a c-string variable to hold up to 9 characters
<cstring> functions
This is not string because of \0