Can you please explain the difference between using macro and inline functions?
What is prototype for that c string function?
Explain virtual destructor?
Tell me can a pure virtual function have an implementation?
How one would use switch in a program?
Do you know the problem with overriding functions?
What relational operators if statements in c++?
Explain the isa and hasa class relationships.
Explain differences between alloc() and free()?
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?
Will this c++ program execute or not?
Describe private, protected and public?
Explain differences between new() and delete()?
What is c++ namespace?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].