A ________ in c is used to allocate memory dynamically at run time
Answers
Answered by
0
Answer:
The C malloc() function stands for memory allocation. It is a function which is used to allocate a block of memory dynamically. It reserves memory space of specified size and returns the null pointer pointing to the memory location.
Similar questions