Strings in Cpp
Strings in C++ are sequences of characters that are used to represent and manipulate textual data. They are commonly used for storing names, sentences, and other textual information in computer programs.
C-style strings in C++ are arrays of characters terminated by a null character ('