name the operator used with Cout in c++
Answers
Answered by
4
Answer:
insertion operator
Explanation:
have a nice day!
Answered by
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