STL (140)
OOPS (873)
C++ General (2409) How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
5 14743Explain the ISA and HASA class relationships. How would you implement each in a class design?
3 13420What are the OOPS concepts?
A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
106 323135
Write a recursive program to calculate factorial in c++.
How does stack look in function calls? Write a recursive function call, how will the stack look like?
What is the best it certification?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is a storage class used in c++?
What is the use of :: operator in c++?
Is string part of stl?
Which language is pure oop?
Difference between pointer to constant and constant pointer to a constant. Give example.
What is malloc in c++?
What is virtual methods?
How do we balance an AVL Tree in C++?
C++ Public access specifier instead of Private – What is bad ?
Should the this pointer can be used in the constructor?
What are virtual functions in c++?