A string in the programming language C is represented as a sequence of characters followed by a null terminator (represented as \0).
Is there any good reason to use C-strings in C++ nowadays? My textbook uses them in examples at some points, …