...
August 29, 2024

OOPS

Question 185 Which of the following mode declaration is used in C++ to open a file for input ? A ios : : app B in […]
August 29, 2024

OOPS

Question 186 Match the following with respect to C++ data types : A a-2, b-3, c-4, d-1 B a-3, b-1, c-4, d-2 C a-4, b-1, c-2, […]
August 29, 2024

OOPS

Question 187 Which of the following are two special functions that are meant for handling exception, that occur during exception handling itself ? A Void terminate […]
August 29, 2024

OOPS

Question 188 A friend function can be used to A avoid arguments between classes. B allow access to classes whose source code is unavailable. C allow […]