STL (140)
OOPS (873)
C++ General (2409)
What is ambiguity in inheritance?
What is the use of register keyword with the variables?
Explain the difference between struct and class in terms of access modifier.
What is the highest level of cohesion?
What is a try block?
What are the types of abstraction?
When does the c++ compiler create temporary variables?
What is the use of bit fields in structure declaration?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Do we have to use initialization list in spite of the assignment in constructors?
Explain how we implement exception handling in c++?
Define virtual constructor.
Explain the scope of resolution operator.
What is the main purpose of inheritance law?
What is an incomplete type in c++?