which of the following operator is extraction operator in c++
Answers
Answered by
25
Answer:
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.
Similar questions