Code:
	string str;
	str = "hello";
	str += " world";
	cout<<str<<endl;  //hello world