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

Post New Answer

More C++ General Interview Questions

Explain the isa and hasa class relationships.

0 Answers  


Why do we use using namespace std in c++?

0 Answers  


How should a contructor handle a failure?

0 Answers  


Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


Why do we use classes in programming?

0 Answers  






Incase of a function declaration, what is extern means?

0 Answers  


What is pointer with example?

0 Answers  


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; };

5 Answers   Huawei,


Write a program using display() function which takes two arguments.

0 Answers  


total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


What are iterators in c++?

0 Answers  


Categories