What is cout | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is cout

30th Aug 2017, 3:38 PM
Vijay Mahour
Vijay Mahour - avatar
4 Answers
+ 9
cout means console output.. if we write .. cout<<"hello"; then it prints hello on screen
30th Aug 2017, 4:27 PM
P R
P R - avatar
+ 5
cout is an Object of type output stream. It stands for, 'console output' (what the others said). The << operator is overloaded by a function that will print to the console.
30th Aug 2017, 4:37 PM
Rrestoring faith
Rrestoring faith - avatar
+ 1
thè command to output something on screen: cout << "foo"; outputs foo in command line
30th Aug 2017, 3:39 PM
Luca
Luca - avatar
0
cout << "hello!" =print hello on your screen.
31st Aug 2017, 11:24 AM
claime