What is this operator called>>?
>> Operator called extraction operator.
The extraction operator (>>), which is preprogrammed for all standard C++ data types, is the easiest way to get bytes from an input stream object. Formatted text input extraction operators depend on white space to separate incoming data values.
“>>” is extraction operator because “it extract data enter by user from console or input screen to some storage location identified by variable”.