- 1
Complete the code to create a string containing a double quote >>>" "
6 Answers
0
@Ruchita
try pressing the â
next to @Sachin's answer đșđș
+ 5
#include <iostream>
using namespace std;
int main() {
cout<<"\"Hello world\"";
return 0;
}
+ 3
Didn't get you?
+ 3
Nope, not mine the other answer.
+ 3
đ
đ
0
no