what does cout means | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

what does cout means

27th Oct 2017, 11:30 AM
rahul
rahul - avatar
1 Answer
+ 1
cout<<"any word"; By reference of above code, cout prints any word in output window as text It can also print values of variables eg. value = 45; cout<<value; // prints 45
27th Oct 2017, 5:01 PM
#RahulVerma
#RahulVerma - avatar