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
Question
Is new
the same as malloc( )
and is delete
the same as free( )
?
0/500
Show Answer