What is function of << in front of cout | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is function of << in front of cout

20th May 2017, 6:02 AM
Jayant
Jayant - avatar
7 Antworten
+ 5
It is operator....of cout
20th May 2017, 6:04 AM
Yanothai Chaitawat
Yanothai Chaitawat - avatar
+ 2
cout << "hello world";
20th May 2017, 6:10 AM
Jayant
Jayant - avatar
+ 1
how much will it take to learn new things,.. suppose I never learned c++
20th May 2017, 6:05 AM
Jayant
Jayant - avatar
+ 1
it is not in front, it is at the back (assuming front is before and back is after). It means "write the following string to the output"
20th May 2017, 6:07 AM
ifl
ifl - avatar
0
<< this is an insertion operator in c++
20th May 2017, 7:11 AM
Anas Siddiqui
Anas Siddiqui - avatar
0
this is insertion operation in c++ <<
23rd May 2017, 1:12 PM
Maham Noor Ali Shah
Maham Noor Ali Shah - avatar
0
It indicates that data will out to the screen or a file for example.
23rd May 2017, 1:50 PM
FernAg
FernAg - avatar