a) InputStream
b) Reader
c) Writer
d) All of the mentioned
Answer: a
Explanation: InputStream & OutputStream are designed for byte stream. Reader and writer are designed for character stream.
Related Posts
Which concept allows you to reuse the written code?
Which of the following is called address operator?
A language which has the capability to generate new data types are called ________________
How structures and classes in C++ differ?
What are the actual parameters in C++?
Which of the following is used for comments in C++?
Which of the following is called insertion/put to operator?
Join The Discussion