Computer Science, asked by saiaravindsai52, 5 months ago

which of the following operator is extraction operator in c++​

Answers

Answered by PeeyushVerma
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