Answers for "c++ how to print quotations"

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

Browse Popular Code Answers by Language