On This Page

This set of CPP Programming Multiple Choice Questions & Answers (MCQs) focuses on Cpp Programming Set 4

Q1 | While overloading binary operators using member function, it requires ___ argument/s.
Q2 | Where the default value of parameter have to be specified?
Q3 | For automatic objects, constructors and destructors are called each time the objects
Q4 | Which operation is used as Logical 'AND'
Q5 | When an ADT is implemented as a C++ class, which of the following should normally betrue?
Q6 | Variable that are listed in function's calls are called
Q7 | What kind of error can arise when there is a problem with memory?
Q8 | Which operations don’t throw anything?
Q9 | What operation can be performed by destructor?
Q10 | Which interface in the container is required for storage management?
Q11 | How can the member functions in the container be accessed?
Q12 | In which type of storage location are the vector members stored?
Q13 | What do container adapter provide to interface?
Q14 | What does the sequence adaptor provide?
Q15 | Which operators is part of RTTI?
Q16 | At which time does the static_cast can be applied?
Q17 | Which function is used to position back from the end of file object?
Q18 | String class have a concat() function that is used to _____________________
Q19 | Which among the following is/are type(s) of this pointer?
Q20 | Which is the pointer which denotes the object calling the member function?
Q21 | Which property is shown most when upcasting is used?
Q22 | If multiple inheritance is implemented, which upcasting will be correct?
Q23 | When are the pointer types known for upcasting the objects?
Q24 | Which among the following is a mandatory condition for downcasting?
Q25 | Which container provides random access iterators?