C++ Strings

C++ Strings are of two types: C++ String class C-Style Character String C++ String class Strings is one of the most common data types used in C++ programming language. String type variables store characters in double quotes. They are objects of string class that is part of standard C++ library. In order to use string … Read more