Computer Science, asked by gopaganipinky, 1 month ago

explain dynamic memory allocation functions with suitable example program​

Answers

Answered by adyav291105
2

Answer:

The Dynamic memory allocation enables the C programmers to allocate memory at runtime. The different functions that we used to allocate memory dynamically at run time are − malloc () − allocates a block of memory in bytes at runtime. calloc () − allocating continuous blocks of memory at run time

hope it help u

Mark me Branilest

Similar questions