What is the use of pointer in c++ with example?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how functions are classified in C++ ?
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
What is general format for a prototype?
Should the this pointer can be used in the constructor?
What compiler was used?
What is the difference between static global and global ?
What are smart pointers?
What is an opaque pointer?
What is the difference between public, private, and protected access?
What are signs of manipulation?
What is the this pointer?
How to stop conversions among objects?