Which is better turbo c++ or dev c++?
No Answer is Posted For this Question
Be the First to Post Answer
How can a called function determine the number of arguments that have been passed to it?
What is the difference between operator new and the new operator?
What is abstract keyword in c++?
What is rvalue?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Explain the concept of copy constructor?
What is the stack?
Explain the virtual inheritance in c++.
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Why is c++ so fast?