what does cout means | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

what does cout means

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