STL (140)
OOPS (873)
C++ General (2409) Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
1 3982Write 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.
4 11297There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
1936#include
#include
What do the keywords volatile and mean mutable?
What is function overloading in C++?
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
Define pure virtual function?
What Is Polymorphism in C++ ?
What is DlgProc?
What is virtual function? Explain with an example
why reinterpret cast is considered dangerous?
What are the restrictions apply to constructors and destructors?
What is the difference between Stack and Queue in C++?
Describe new operator and delete operator?
What is polymorphism and example?
Do we have to use initialization list in spite of the assignment in constructors?
Does there exist any other function which can be used to convert an integer or a float to a string?
What are activex and ole?