Q:

Can I free() pointers allocated with new in c++?

0

Can I free() pointers allocated with new?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

No. Very dangerous, never do such type mistake.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C++ Interview Questions For Experienced

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Is there any problem with the following c++ code :... >>
<< Why should C++ programmers minimize the use of ‘...