Why do we need dynamic memory allocation in c?
Answers
Answered by
0
That is when we declare an array________________ we specify the number of elements in that array and a fixed memory is allocated. ...
The dynamic allocation of memory during the program execution is achieved through two built in functions malloc or calloc
____________@_____/_ realloc and free.
Similar questions