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

Complete the code to create a string containing a double quote >>>" "

11th Nov 2017, 3:01 PM
Ruchita
Ruchita - avatar
6 Answers
0
@Ruchita try pressing the ✅ next to @Sachin's answer 🔺🔺
11th Nov 2017, 3:14 PM
Manual
Manual - avatar
+ 5
#include <iostream> using namespace std; int main() { cout<<"\"Hello world\""; return 0; }
11th Nov 2017, 3:07 PM
Sachin Artani
Sachin Artani - avatar
+ 3
Didn't get you?
11th Nov 2017, 3:05 PM
Sachin Artani
Sachin Artani - avatar
+ 3
Nope, not mine the other answer.
11th Nov 2017, 3:18 PM
Manual
Manual - avatar
+ 3
😅😅
11th Nov 2017, 3:25 PM
Sachin Artani
Sachin Artani - avatar
0
no
11th Nov 2017, 3:06 PM
Ruchita
Ruchita - avatar