Is it possible to use a new for the reallocation of pointers ?
No Answer is Posted For this Question
Be the First to Post Answer
Why do C++ compilers need name mangling?
What is linked list in c++?
Does c++ have a hash table?
Explain the need for "Virtual Destructor"?
Explain the differences between private, public and protected and give examples.
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
How do you save a c++ program?
What are the advantages of using pointers in a program?
what you know about c++?
When copy constructor can be used?
What are pointer-to-members in C++? Give their syntax.
What does floor mean in c++?