STL (140)
OOPS (873)
C++ General (2409)
How can you specify a class in C++?
Why c++ is faster than java?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Where is atoi defined?
What is the 4 difference between delete[] and delete?
Name the different types of stl containers.
What are vectors used for in c++?
Difference between overloaded functions and overridden functions
How is data hiding achieved in c++?
How is new() different from malloc()?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
Explain the difference between struct and class in terms of access modifier.
Is there a c++ certification?
Why namespace is used in c++?
Why c++ is called oop?