STL (140)
OOPS (873)
C++ General (2409) 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 achieve runtime polymorphism?
Explain stack unwinding.
What are friend classes? What are advantages of using friend classes?
Who created stl?
What does iomanip mean in c++?
What is the difference between global int and static int declaration?
what is the use of void main() in C++ language?
Write a program to sort the number with different sorts in one program ??
What is istream c++?
Why do we learn c++?
What are the uses of c++ in the real world?
Explain the FOR loop with a help of a code.
an integer constant must have atleast one a) character b) digit c) decimal point
Describe protected access specifiers?