68.2k views
3 votes
The ______ operator always follows the cin object, and the ______ operator follows the cout 44 object.

User Toi
by
7.7k points

1 Answer

6 votes
The >> operator always follows the cin object, and the << operator follows the cout 44 object.
Cout and Cin are not key words in the C++ language. Cout is used for output and cin for input. They are variables, instances of classes, that have been declared in <iostream>. The cin object in C++ is an object of class istream and cout is an object of class ostream.
User Tener
by
8.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories