Why dynamic memory allocation is used?
Answers
Answered by
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...
I hope help you...
Similar questions