+ 4
How do I print A message inside double quotation marks in c?
I mean I want to a print a message like : This is "Sololearn"(print Sololearn inside double quotation marks )
3 odpowiedzi
+ 7
You could use the \ character right before the " to have it appear within the string:
"\"Sololearn\""
+ 4
You will need to escape but I don't mean run away.