Computer Science, asked by vikrant8630, 1 year ago

Why do we need dynamic memory allocation in c?

Answers

Answered by Anonymous
0

memory \: allocation \: and it is static


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