Computer Science, asked by nafesa1534, 27 days ago

name the operator used with Cout in c++​

Answers

Answered by rajindersood202
4

Answer:

insertion operator

Explanation:

have a nice day!

Answered by Anonymous
2

For Cout the operator used is insertion operator which is written as << or two lesser than symbols.

Similarly, for Cin the operator used is extraction operator which is written as >> or two greater than symbols.

Hope this helps you!

Similar questions