Explain 'this' pointer and what would happen if a pointer is deleted twice?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me can a pure virtual function have an implementation?
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?
How new/delete differs from malloc()/free?
Explain mutable storage class specifier.
what are the events occur in intr activated on interrupt vector table
Difference between Overloading and Overriding?
35 Answers Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
What is the difference between static link library and dynamic link library?
How does a C++ structure differ from a C++ class?
What is the best c++ ide?
Can I make ios apps with c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Why null pointer is used?