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
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How can you force instantiation of a template?
How const functions will be treated by compiler?
How do we balance an AVL Tree in C++?
Which is better c++ or java?
What is the difference between delegation and implemented-in-terms-of?
what is the use of void main() in C++ language?
What is else syntax in c++?
How do you invoke a base member function from a derived class in which you have not overridden that function?
what is the difference between overloading & overriding? give example.
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
Which function cannot be overloaded c++?