Dynamic Memory Allocation
It is a way to allocate memory to a data st
the runtime.
We need some functions to allocate
& free memory dynamically.
, Functions for DMA
a. malloc( )
b. calloc( )
c. free( )
d. realloc( )
It is a way to allocate memory to a data st
the runtime.
We need some functions to allocate
& free memory dynamically.
, Functions for DMA
a. malloc( )
b. calloc( )
c. free( )
d. realloc( )