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

What is cout

please tell me

29th Sep 2017, 4:19 AM
somnath pop
5 Answers
+ 7
Cnsole-OUTput
29th Sep 2017, 5:42 AM
Kamil
Kamil - avatar
+ 6
it is like "print" , example: cout << "cool " << endl; the output will be "cool" another example: int x = 1; cout << x << endl; the output will be 1 cause x = 1
29th Sep 2017, 5:24 AM
AL.The.Flame!
AL.The.Flame! - avatar
+ 1
it is used for printing text to the console.
29th Sep 2017, 4:24 AM
shobhit
shobhit - avatar
+ 1
It is the printing function of C++
29th Sep 2017, 5:13 AM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
0
output or what the user see
29th Sep 2017, 9:29 PM
Cliford Eugene
Cliford Eugene - avatar