+ 2
What is function of (cout) in c++
4 Answers
+ 2
cout is the standard output, that is the screen by default
+ 1
ooo tq
+ 1
To use cout you need a header <iostream> and use std :: before cout.
+ 1
cout is output Command in c++ it's C language brother was printf . As name shows "out" , it gives value



