+ 1
Why are the cout and cin are objects but not functions?
5 Answers
+ 12
Pretty self explanatory isn't it?
+ 10
What is a funcion? How do you write it?
+ 1
okay i got it
0
bcas c++ is a object oriented language......cin & cout belongs to the iostream class....without it we can't use it...
0
cout and cin are inputstream and outputstream and these are work as to display a value on the screen