R
Q. What is the default access specifier for class members in C++?
By default, all class members in C++ are private unless specified otherwise.
You must be Logged in to update hint/solution
Q. C++ is superset of which langauge?
Q. Car contains Engine. Which type of relationship is it?
Q. How many copies of a class static member are shared between objects of the class?
Q. In case of arguments passed by values when calling a function such as z=addidion(x,y),
Q. What is the output of this program?
Q. Which of the following is the correct way to initialize a string in C++?
Discusssion
Login to discuss.