McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Object Oriented Programming with C++ (OO...
→
Which function is in the istream class
Q.
Which function is in the istream class
A.
get()
B.
put()
C.
write
D.
cout
Answer» A. get()
2.1k
0
Do you find this helpful?
22
View all MCQs in
Object Oriented Programming with C++ (OOP in C++)
Discussion
No comments yet
Login to comment
Related MCQs
The standard library inherited from istream & ostream
_________ used to make a copy of one class object from another class object of the same class type.
Which of the following statements are correct for a static member function? 1. It can access only other static members of its class. 2. It can be called using the class name, instead of objects.
A function with the same name as the class, but preceded with a tilde character (~) is called __________ of that class.
Calling a member function by using its name from another member function of the same class is known as ‐‐‐‐‐‐
‐‐‐‐‐ function can only be called by another function that is a member of its class.
A private member function can be called by another function that is a member of a class is called
The process by which objects of one class acquire the properties of objects of another class is called ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ .
Which of the following means "The use of an object of one class in definition of another class"?
Which allows you to create a derived class that inherits properties from more than one base class?