Computer Science, asked by hello7835, 1 year ago

Why dynamic memory allocation is used?

Answers

Answered by subuhiali0
0
The dynamic allocation of memory during the program execution is achieved through two built in functions malloc or calloc, realloc and free. There is also size of () function used to determine the number of the bytes occupied by an entity in memory.

I hope help you...
Similar questions