- 1
Complete the code to create a string containing a double quote >>>" "
6 ответов
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