0
what is cout or mean of cout
5 Respostas
+ 6
It is a command for printing anything on the screen.
For exapmle:
int x=8;
cout<<x;
This code will print 8 on the screen.
+ 5
cout means console out
0
cout is used for print the any text or values is used for cout
0
ty both for help me