c++ quotation marks in string code example
Example 1: quotation in c++ string
//Escape the quotes with backslashes:
printf("She said \"time flies like an arrow, but fruit flies like a banana\".");
Example 2: ++ how to write quotation mark in a string
const char* text = "The man said \"Where are we going?\"";