C++ Strings

om kumar
Mar 7, 2023

--

In C++, string is an object of std::string class that represents sequence of characters. We can perform many operations on strings such as concatenation, comparison, conversion etc.

https://www.javatpoint.com/cpp-strings

--

--