What are the advantages of c++? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What does std :: flush do?
What is a c++ object?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What C++ libraries are you proficient with?
What is the Standard Template Library?
How to allocate memory dynamically for a reference?
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.
What is the difference between a shallow copy and a deep copy?
write the prime no program in c++?
Explain abstraction.
What is a base class?
What problems might the following macro bring to the application?