STL (140)
OOPS (873)
C++ General (2409)
What is a unnitialised pointer?
What is the difference between the compiler and the preprocessor?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Get me an image implementation program.
what are the iterator and generic algorithms.
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Why c++ is so important?
How many times will this loop execute? Explain your answer.
What is overloading in oop?
What is the difference between encapsulation and polymorphism?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
what are the realtime excercises in C++?
What is difference between inheritance and polymorphism?
What is const in c++?