0
Why we use cout & cin in c++?
4 Answers
0
cout is used to print something on console screen
cin is used for giving input
0
these are stream objects
cout is use for print some thing on screen
cin use for givig input
0
to print the result we use cout and to get the values we use cin
0
we use cout to print anything ...and cin to take the input