What is meant by cout<< | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is meant by cout<<

plz somebody tell

9th Jun 2017, 7:18 AM
meet khurana
meet khurana - avatar
8 Answers
+ 1
"cout" is same as "printf" only the difference is in "printf" we use rounded braces() and in "cout" we use " <<" (known as insertion)
18th Jun 2017, 5:09 PM
Anusha Kalur
Anusha Kalur - avatar
+ 10
c means console & out means out only.... 😉 so its quit simply just it tells the compiler to write this on user screen ..... eg. cout<<7; this will print 7 on screen .....
9th Jun 2017, 7:45 AM
#Happy@777
#Happy@777 - avatar
+ 4
cout means console out it prints out the information to the screen, example- cout<< "like my answer"; so, "like my answer" will be printed on the screen(console screen). thanks -VANSH
9th Jun 2017, 7:58 AM
Vansh Wadhwa
Vansh Wadhwa - avatar
+ 2
thanku
22nd Jun 2017, 11:08 AM
meet khurana
meet khurana - avatar
+ 1
cout stands for console output. It's used in c++ for giving commond of output. 😊😊😀
30th Nov 2017, 5:09 PM
Abhishek
Abhishek - avatar
+ 1
what means cin
13th Nov 2018, 7:08 PM
Nimca abdi abdulle
Nimca abdi abdulle - avatar
0
count means the console output it prints the output on the screen it is equal to the printf statement
27th Oct 2018, 5:25 AM
Pasala Bhuvaneswari
Pasala Bhuvaneswari - avatar
0
Represents printf
2nd Dec 2018, 9:29 AM
Lwanga Daniel
Lwanga Daniel - avatar