0
Define "cout"
what does it actually mean?
2 Réponses
+ 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.
+ 1
print statement "console out" in C++
what does it actually mean?