- 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