0

Explain me this please

What does cout in means? and why to use namespace std?

27th Nov 2016, 1:43 PM
Ankit
1 Antwort
+ 1
we use cout to print out a variable or text. as we use printf in C language or print in python or echo in php, we do cout for c++. namespace std is used for making your output input fonctions like cin and cout available or working in your code. hope it clear
27th Nov 2016, 2:07 PM
Didier Lasme
Didier Lasme - avatar