...

/

Functions for Dynamic Memory Management

Functions for Dynamic Memory Management

Understand the difference between C and C++ functions used for memory management.

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?

Example 01: C

...