STL (140)
OOPS (873)
C++ General (2409)
What is oops and its features?
What is a standard template library (stl)?
What does it mean to declare a member function as static?
What are the implicit member functions of class?
Describe Trees using C++ with an example.
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Mention the ways in which parameterized can be invoked. Give an example of each.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
If I is an integer variable, which is faster ++i or i++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Is c++ a pure oop language?
What is advantage of inheritance?
How stl is different from the c++ standard library?
Why do we use class?
Discussion on error handling of C++ .