+ 2
I confused
c++ at first time
1 Answer
+ 7
The cout is a predefined object of ostreamclass. It is connected with the standard output device, which is usually a display screen. The cout is used in conjunction with stream insertion operator (<<) to display the output on a console