Answers for "quotation in c++ string"

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 "quotation in c++ string"

Browse Popular Code Answers by Language