What is general format for a prototype?
No Answer is Posted For this Question
Be the First to Post Answer
What is Pure Virtual Function? Why and when it is used ?
Explain the uses oof nested class?
Why are arrays usually processed with for loop?
What is binary object model?
Is there any problem with the following: char *a=NULL; char& p = *a;?
What is the function of the keyword ‘volatile’ in C++?
What are protected members in c++?
What is the difference between the indirection operator and the address of oper-ator?
How many different levels of pointers are there?
What are the basics concepts of OOPS?
Write about a nested class and mention its use?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?