why we need to use the streams insertion in the code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

why we need to use the streams insertion in the code?

6th Aug 2016, 10:48 AM
montadhar
4 Answers
+ 1
<<cout output >>cin input
6th Aug 2016, 12:58 PM
Null Void
Null Void - avatar
0
give an example
6th Aug 2016, 11:56 AM
Null Void
Null Void - avatar
0
too show that you are using "cout" to print text, for example, cout << a << " + " << b; if "<<" is not used, cout a " + " b; // unclear
6th Aug 2016, 1:43 PM
Samuel Neo
Samuel Neo - avatar
- 1
cout << " hello world" ; what is the benefit of this <<
6th Aug 2016, 12:55 PM
montadhar