Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

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

int main()
{
	cout << "" "" << endl;
  	system("pause"):
  	return 0;
}
 
PREVIOUS NEXT
Tagged: #create #pair #double #quotes
ADD COMMENT
Topic
Name
5+9 =