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

What is the mean of cout

30th Oct 2016, 4:19 PM
samijutt
samijutt - avatar
16 Answers
+ 9
cout means console output.. if we write .. cout<<"hello"; then it prints hello on screen
30th Oct 2016, 7:13 PM
Shruti Singh
Shruti Singh - avatar
+ 5
to print on screen output simply
9th Feb 2018, 7:17 PM
sarvesh hardikar
sarvesh hardikar - avatar
+ 4
Cout stands for console output. It is present in the <iostream> library. Used to show output on the console
31st Oct 2016, 4:48 PM
Muhammad Hamza
Muhammad Hamza - avatar
+ 2
cout is a object of ostream class which is declare in headerfile iostream
31st Oct 2016, 7:30 PM
sadiya zainab
sadiya zainab - avatar
+ 2
it is a console output stream ex:cout<<"output=",x; displays:output=value stored in x variable. use of cout is to display.
29th Jan 2017, 3:01 PM
Konduru. Chandana Sree
Konduru. Chandana Sree - avatar
+ 1
c out mens the line which we want to print
30th Oct 2016, 5:07 PM
Farhat
Farhat - avatar
+ 1
it is a function that prints something....it is just like printf in c language....
7th Nov 2016, 7:39 AM
Nathaniel Desowja
Nathaniel Desowja - avatar
0
cout is a object of ostream class
7th Nov 2016, 8:56 AM
sadiya zainab
sadiya zainab - avatar
0
Basically cout is used for displaying whatever you write inside it. So for example you write cout << "aaa" ; this means that whatever you write within those inverted comas it will show on the display or the output screen as it is..for example i wrote aaa in those comas so now when i run the program the display screen would only show aaa
7th Jan 2017, 11:27 AM
Roha Raiz
0
cout means the standard console output device, and the verb << means output the object. we use Cout to print output on the console Cout is defined in header file <iostream.h>
7th Jan 2017, 12:29 PM
Priyanshi
Priyanshi - avatar
0
cout is basically used to display something on the screen for the user...
9th Jan 2017, 5:46 PM
Shubham Atwal
Shubham Atwal - avatar
0
to say
20th Feb 2017, 4:35 AM
Lana Wood
Lana Wood - avatar
- 1
print on the screen
30th Oct 2016, 5:39 PM
Тодор Димитров Попов
Тодор Димитров Попов - avatar
- 1
meaning of the cout is " outputting the results of the specific function "
30th Oct 2016, 8:36 PM
Viraj Tharindu
Viraj Tharindu - avatar
- 1
cout is a object of ostream class
7th Nov 2016, 8:56 AM
sadiya zainab
sadiya zainab - avatar
- 1
console output
4th Jan 2017, 9:44 PM
Mohammad Zolala
Mohammad Zolala - avatar