+ 2
cout
what is the meaning of cout
6 Respostas
+ 2
cout express codes to the screen which users can see
+ 2
Cout is used for printing in c++
Ex
Cout<<"hello world"<<endl;
Will print
hello world
+ 1
Continue cource.. Read "hello world" topic 4th part..
Used to print text, [it meaning to c outout].
Run a code example by hitting try y yourself there and see output..
https://www.sololearn.com/learn/CPlusPlus/1603/
+ 1
https://www.sololearn.com/Discuss/2179544/?ref=app
0
What is the meaning of cout
0
cout is character output.