Answers for "string out in c++"

C++
0

how to print string data type in c++

printf("%sn",someString.c_str());
Posted by: Guest on April-26-2020

Browse Popular Code Answers by Language