what is the use of cout and sin objects
Answers
Answered by
47
Explanation:
- cout is an object of the output stream that is used to show output. Basically, cin is an input statement while cout is an output statement. They also use different operators. cin uses the insertion operator( >> ) while cout uses the extraction operator( << ).
Similar questions