Functions for Dynamic Memory Management
Understand the difference between C and C++ functions used for memory management.
We'll cover the following...
Comparison between C and C++ functions for memory management
1.
Is new
the same as malloc( )
and is delete
the same as free( )
?
Show Answer
Q1 / Q1
Did you find this helpful?