I have a string "I want to learn "c#"". How can I include the quotes before and after c#?
Escape them with backslashes.
"I want to learn \"C#\""