how to store strings in c++ code example
Example 1: how can make string value in cpp
#include <string>
string hello= "hello you thre :)";
Example 2: working with char and string c++
String and Char
#include <string>
string hello= "hello you thre :)";
String and Char