Can a new be used in place of old mallocq? If yes, why?
No Answer is Posted For this Question
Be the First to Post Answer
What is a static element?
What is the Diffrence between a "assignment operator" and a "copy constructor"?
What are the rules for naming an identifier?
What is the best book for c++ beginners?
Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }
Which one is a preferred language C or C++? Why?
What do you know about near, far and huge pointer?
What is meant by a delegate?
What is a .h file c++?
What is a manipulator in c++?
What are the differences between a struct in C and in C++?
What is the use of c++ programming language in real life?