The term
string generally means an ordered sequence of characters, with a first character, a second character, and so on, and in most programming languages such
strings are enclosed in either single or double quotes. In
C++ the enclosing delimiters are double quotes.
read more >>