STL (140)
OOPS (873)
C++ General (2409)
Write a recursive program to calculate factorial in c++.
What does iomanip mean in c++?
What's the order in which the objects in an array are destructed?
What is basic concept of oop?
give me an example for testing a program showing the test path .show how the test is important and complex.
Can class objects be passed as function arguments?
What are c++ redistributables?
What does ios :: app do in c++?
Why is c++ difficult?
Where must the declaration of a friend function appear?
What is the exit function in c++?
What is polymorphism and why is it important?
What is the use of turbo c++?
What is super in oop?
Can the creation of operator** is allowed to perform the to-the-power-of operations?