quotation in c++ string code example
Example: quotation in c++ string
//Escape the quotes with backslashes:
printf("She said \"time flies like an arrow, but fruit flies like a banana\".");
//Escape the quotes with backslashes:
printf("She said \"time flies like an arrow, but fruit flies like a banana\".");