cout << "Too young" << endl;( what this symbole means"<<___<<" in above program.) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

cout << "Too young" << endl;( what this symbole means"<<___<<" in above program.)

3rd Jan 2018, 8:55 AM
rohit
4 Answers
+ 9
that symbol in c++ is used to concenate string and string and string and some variable of other type, for example if you have variable int a = 5, you can write cout<<The value of a is: << a; In some other programming languages like C#, C or Java this is same as +
3rd Jan 2018, 9:17 AM
Vukan
Vukan - avatar
+ 1
insertion symbol. means output to screen the text between the << insertion symbol
3rd Jan 2018, 6:53 PM
Broadcast TV
Broadcast TV - avatar
+ 1
it means to left shift the contents and then display on the screen. it is just like right shift operator, you can corelate both this two things
11th Feb 2018, 3:45 AM
Shridhar Rai
Shridhar Rai - avatar
0
thàt symbol means that the computer understands that language to give output ..that is how we get output as the same in << " " >> ...
13th Jan 2018, 7:50 AM
kanth sri
kanth sri - avatar