Answers for "how to create a pair of double quotes in c++"

C++
1

how to create a pair of double quotes in c++

int main()
{
	cout << "\" \"" << endl;
  	system("pause"):
  	return 0;
}
Posted by: Guest on April-17-2021

Code answers related to "how to create a pair of double quotes in c++"

Browse Popular Code Answers by Language