What are the different scope C++ provide ?
No Answer is Posted For this Question
Be the First to Post Answer
What is placement new?
Is deconstructor overloading possible? If yes then explain and if no Then why?
What is bool in C++
It is possible to build a C++ compiler on top of a C compiler. How would you do this?
How does stack look in function calls? Write a recursive function call, how will the stack look like?
Question on Copy constructor.
How does free know the size of memory to be deleted
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
Explain encapsulation in C++.
What is RTTI and why do you need it?
What is Coupling?
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.