Generally in C programming language We consider printf and scanf to be functions. when it comes to cout and cin, in C++ what are they?I mean they cant be functions as they are n
cout is object of type ostream. cin is object of type istream.
cout
cin