STL (140)
OOPS (873)
C++ General (2409)
Why is polymorphism useful?
What is an example of genetic polymorphism?
How come you find out if a linked-list is a cycle or not?
What is the basic structure of c++ program?
Explain the isa and hasa class relationships.
How to delete array of objects in C++? Proof by C++ code for proper deletion
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
what are the iterator and generic algorithms.
How many times will this loop execute? Explain your answer.
What is the point of oop?
which of the following is not an secondary constant a) array b) real c) union
What is abstract class in oops?
Can turbo c++ run c program?
What do manipulators do?
Without using third variable write a code to swap two numbers.