What is those cout mean in the programming language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is those cout mean in the programming language

1st Mar 2018, 12:59 PM
Siri
12 Answers
+ 8
cout is used for output, cin for input. cout and cin are not key words in the C++ language. They are variables, instances of classes, that have been declared in <iostream>. cout is a variable of type ostream. https://stackoverflow.com/questions/4901765/cout-what-it-stands-for https://www.sololearn.com/discuss/108003/?ref=app
1st Mar 2018, 1:06 PM
GAWEN STEASY
GAWEN STEASY - avatar
1st Mar 2018, 1:23 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 7
cout in C++ means to display something in front of users
27th May 2018, 3:07 PM
Prabhat
Prabhat - avatar
+ 4
lord Dafson, yes, it will print the output😉
1st Mar 2018, 1:21 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 2
So I put cout to execute the out put???? Like cout<< "hello, world" ;
1st Mar 2018, 1:08 PM
Siri
+ 2
used for output
2nd Mar 2018, 8:16 PM
narayan saxena
narayan saxena - avatar
+ 1
Okey..... Thanks guys... I will ask more if I don't understand
1st Mar 2018, 1:26 PM
Siri
+ 1
cin and cout are the objects of stream. cout is used for displaying an output on screen.
2nd Mar 2018, 10:36 AM
Sneha Ingavale
Sneha Ingavale - avatar
+ 1
A function is floating free, unencumbered. A class (instance) method has to be aware of it's parent (and parent properties) so you need to pass the method a reference to the parent class (as self). It's just one less implicit rule that you have to internalize before understanding OOP.
13th Mar 2018, 2:14 PM
narayan saxena
narayan saxena - avatar
0
Plz help me
3rd Mar 2018, 5:47 AM
Amin El Hadad
Amin El Hadad - avatar
0
Cout is used to generate output
3rd Mar 2018, 6:46 AM
Jyoti Rana
Jyoti Rana - avatar
0
hy
3rd Mar 2018, 6:46 AM
Amin El Hadad
Amin El Hadad - avatar