Exam
Vibe
Home
Engineering
Aerospace Engineering
Biomedical Engineering
Chemical Engineering
Civil Engineering
Computer Science
Digital Marketing Quiz
Electrical Engineering
Electronics and Communication Engineering
Mechanical Engineering
Govt Exam
Banking Exams
Other Government
Police
Railway Exams
SSC
State PSC Exams
Teaching / Education Exams
UPSC Exams
Blog
Contact
🔍
Home
›
Computer Science
›
C++ MCQ Questions
›
Which of the following is used for input and output in C++?
Which of the following is used for input and output in C++?
A. stdio.h
B. iostream
C. stdlib.h
D. fstream.h
Explanation:
C++ uses iostream for standard input and output.
Tags:
C++ MCQ Questions
,
Computer Science
« Previous
More from C++ MCQ Questions:
Which of the following is not a feature of C++?
Which of the following is used to define a class in C++?
Which concept allows the use of the same function name with different parameter lists?
Which operator cannot be overloaded in C++?
Which of the following is the correct syntax to declare a constructor?
Which feature of OOP in C++ provides data hiding?