what is cout or mean of cout | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is cout or mean of cout

15th Aug 2016, 6:01 AM
lokendra
lokendra - avatar
5 Answers
+ 6
It is a command for printing anything on the screen. For exapmle: int x=8; cout<<x; This code will print 8 on the screen.
15th Aug 2016, 7:18 AM
Murtaza Rezaee
Murtaza Rezaee - avatar
+ 5
cout means console out
15th Aug 2016, 7:45 AM
GTimo
GTimo - avatar
0
cout is used for print the any text or values is used for cout
15th Aug 2016, 7:10 AM
srilekha
0
ty both for help me
15th Aug 2016, 7:32 AM
lokendra
lokendra - avatar
16th Aug 2016, 1:51 PM
Oren Dighorker
Oren Dighorker - avatar