STL (140)
OOPS (873)
C++ General (2409) If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8277
What is encapsulation process?
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
Why is polymorphism useful?
How java is different from c and c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Explain rethrowing exceptions with an example?
What are the different scope C++ provide ?
What is long in c++?
What is the difference between an external iterator and an internal iterator?
How do I convert a stl file?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
What is the operator in c++?
What is property in oops?
What are static member functions?
Name the operators that cannot be overloaded.