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 stream and its types in c++?
What is the size of integer variable?
What is a constructor and how is it called?
What is type of 'this' pointer?
Differentiate between an array and a list?
What is the C-style character string?
What character terminates all character array strings a) b) . c) END
Difference between pass by value and pass by reference?
what is Member Functions in Classes?
What is function prototyping? What are its advantages?
When do we run a shell in the unix system? How will you tell which shell you are running?
What are static and dynamic type checking?
What is pointer with example?
How can I learn dev c++ programming?
What is #include ctype h in c++?