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 4066Write 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 11474There 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.
1997#include
#include
What is &x in c++?
What is the type of 'this' pointer? When does it get created?
what is the difference between overloading & overriding? give example.
Explain polymorphism?
Define virtual constructor.
write a porgram in c++ that reads an integer and print the biggest digit in the number
Differentiate between a copy constructor and an overloaded assignment operator.
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Why do we use class?
What is the difference between the functions memmove() and memcpy()?
what is Loop function? What are different types of Loops?
Can we define function inside main in c++?
What is an iterator class in c++?
What is protected in oop?
What is overloading in oop?