How to allocate memory dynamically for a reference?
No Answer is Posted For this Question
Be the First to Post Answer
Name some pure object oriented languages?
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
What is private, public and protected inheritance?
What do you mean by overhead in c++?
Can we use resume in error handling i.e. in the catch block
Do you need a main function in c++?
why v use c++ even we have microprocessor
Do we have to use initialization list in spite of the assignment in constructors?
What is a .lib file in c++?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
How the delete operator differs from the delete[]operator?
what is C++ objects?