What is a container class? What are the types of container classes in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of inheritance in c++?
What is c++ virtual inheritance?
What is a dll entry point?
Explain the need for "Virtual Destructor"?
How does the copy constructor differ from the assignment operator (=)?
What are the types of pointer?
What is a block in c++?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
What is c++ manipulator?
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?
Explain the advantages of using friend classes.
Why namespace is used in c++?