0
Explain me this please
What does cout in means? and why to use namespace std?
1 Resposta
+ 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