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 3967Write 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 11265There 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.
1924#include
#include
Is java a c++?
What is a friend function in c++?
What is encapsulation in C++? Give an example.
What is const pointer and const reference?
What is basic concept of oop?
What would happen on forgetting [], while deallocating an array through new?
What is the advantage of oop over procedural language?
How the virtual functions maintain the call up?
What's the most powerful programming language?
Is it possible for the objects to read and write themselves?
What is the function to call to turn an ascii string into a long?
What is constructor in C++?
How much is c++ certification?
How to stop class inheritance in C++ with condition that object creation should be allowed
Differentiate between late binding and early binding. What are the advantages of early binding?