0
why we need to use the streams insertion in the code?
4 odpowiedzi
+ 1
<<cout output >>cin input
0
give an example
0
too show that you are using "cout" to print text, for example,
cout << a << " + " << b;
if "<<" is not used,
cout a " + " b; // unclear
- 1
cout << " hello world" ;
what is the benefit of this <<