Q. Which of the following C++ classes is used for handling input and output?
β
Correct Answer: (B)
iostream
Explanation: The 'iostream' class in C++ is used for handling input and output operations.