Answers for "syntax for string in c++"

C++
19

string in cpp

// Include the string library
#include <string>

// Create a string variable
string greeting = "Hello";
Posted by: Guest on October-01-2020

Browse Popular Code Answers by Language