Answers for "allow quotations in string c++"

C++
1

quotation in c++ string

//Escape the quotes with backslashes:
printf("She said \"time flies like an arrow, but fruit flies like a banana\".");
Posted by: Guest on March-26-2021

Code answers related to "allow quotations in string c++"

Browse Popular Code Answers by Language