Define "cout" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Define "cout"

what does it actually mean?

16th Feb 2017, 11:47 AM
Nischal
2 Answers
+ 1
cout :- print something out on console. It is used to display output to user on screen, cin is used to take input and cout is used to give output.
16th Feb 2017, 12:04 PM
Varun Moghe
Varun Moghe - avatar
+ 1
print statement "console out" in C++
16th Feb 2017, 12:04 PM
Manuel E Cepeda
Manuel E Cepeda - avatar