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 is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is the best book for c++ beginners?
What does new in c++ do?
What is the difference between while and do while loop?
What is the fastest c++ compiler?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is lambda in c++?
What is conditions when using boolean operators?
How many static variables are created if you put one static member into a template class definition?
What can c++ be used for?
Describe public access specifiers?
Why is swift so fast?
What gives the current position of the put pointer?
What is a null object in c++?
Is c++ an integer?