Shall we use 'free' to free memory assigned by new, What are
the further consequences??
Answer Posted / aruna kumar samal
yes you can use free to free memory assignrd by new but it
wo not call the destructor.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is an adjust field format flag?
What is ifstream c++?
Explain deep copy and a shallow copy?
What are static member functions?
What do you mean by inheritance in c++? Explain its types.
Why c++ is so important?
What is isdigit c++?
What is the best c++ compiler?
What is unary operator? List out the different operators involved in the unary operator.
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What is rvalue?
What is the full form of stl in c++?
What is the use of string in c++?
What is endl c++?