0
How can i get space in a one line string?
Cout<<"this"<<"is"<<"awsome"; i need this output With spaces between these string? What should i do?
2 Antworten
+ 5
cout<<"this is awesome";
Cout<<"this"<<"is"<<"awsome"; i need this output With spaces between these string? What should i do?