STL (140)
OOPS (873)
C++ General (2409) If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
2 8304
What are the advantages/disadvantages of using inline and const?
What is the purpose of a constructor? Destructor?
Differentiate between a pointer and a reference with respect to c++.
What is c++ iterator?
How many different levels of pointers are there?
What are the c++ access specifiers?
What is c++ vb?
What can I use instead of namespace std?
Is c++ a good first language to learn?
. 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?
Where You Can Use Interface in your Project
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is a pdb file?
Explain the difference between c & c++?
Explain what happens when an exception is thrown in C++.