- 1

what does cout means

27th Oct 2017, 11:30 AM
rahul
rahul - avatar
1 Resposta
+ 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