Write notes on the following :
(i) Concepts of OOPS programming
(ii) Formatted Console I/O operation
Answers
Answered by
0
Answer:
Explanation:In C++ Programming, the console IO operations are performed using the header file iostream.h. This header file provides two objects cin and cout to perform input and output operations respectively.
There are mainly two types of consol IO operations.
1. Unformatted consol IO -
2. Formatted consol IO
Similar questions