”;
Strings are objects that represent sequences of characters. The C-style character string originated within the C language and continues to be supported within C++.
-
This string is actually a one-dimensional array of characters which is terminated by a null character ”