Home / Programming MCQs / C++ MCQs / Question
U
Q. What is the default return type of a function?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following cannot be used with the keyword virtual?
What is the output of the following C++ code?
Which of the following types is not present in C but present in C++?
What is the output of this program?
Choose the correct option. (i) extern int k; (ii) int k;
class derived: public base1, public base2 { } is an example of
What is the output of this program?
Which of the following is the most common way of implementing C++?
What is the output of this program?
Which of the following is not an advantage of secondary memory?
Discusssion
Login to discuss.