+ 1

Why we use <<cout in why not count?

I want to know why we use cout

25th Mar 2019, 10:35 AM
Rahul Nagwanshi
Rahul Nagwanshi - avatar
1 Answer
+ 9
The stream insertion operator << is used with the standard output stream cout to insert output into it.
25th Mar 2019, 1:37 PM
Sonic
Sonic - avatar