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?
When do we use copy constructors?
Explain method of creating object in C++ ?
What is Pure Virtual Function? Why and when it is used ?
What is constructor c++?
What is the stack?
What is the purpose of extern storage specifier?
What is the use of class in c++?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
what is an array
What are the different types of variables in C++?
What do you mean by const correctness?
What are function poinetrs? where are they used?