- 1
I still don't get what '' cout '' means?
2 Respuestas
+ 2
I suppose it may stand for Console Output. It takes the value(s) that are put into "<<" it and puts them in the output stream to be displayed, usually in the console, command prompt, terminal etc.
0
for what I know, it means "console out" and it is used to print something on screen like variable values and text