Computer Science, asked by nsanju655, 1 month ago

Clearly describe the functions of malloc, con 10 S. calloc, realloc and free functions.​

Answers

Answered by Anonymous
4

Answer:

realloc” or “re-allocation” method in C is used to dynamically change the memory allocation of a previously allocated memory. In other words, if the memory previously allocated with the help of malloc or calloc is insufficient, realloc can be used to dynamically re-allocate memory.

Please thanks my 20 answer

Explanation:

Similar questions