C++ Strings

C++ Strings

C++ provides following two types of string representations: The C-style character string as follows: char greeting[6]={'H','e','l','l','o','\0'};…