Complete the code 2 create a string contains double quote | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Complete the code 2 create a string contains double quote

" "

13th Dec 2017, 6:27 AM
Deva priya.k
Deva priya.k - avatar
3 Answers
+ 12
Or you can use single quotes to enclose double quotes ' " ' (spaces added for clarity)
13th Dec 2017, 8:14 AM
David Akhihiero
David Akhihiero - avatar
+ 9
Use backslash to escape the character. "\""
13th Dec 2017, 6:31 AM
GAWEN STEASY
GAWEN STEASY - avatar
0
say
13th Dec 2017, 6:28 AM
Deva priya.k
Deva priya.k - avatar