What is Dynamic memory allocation in C? Name the dynamic allocation functions.
To allocate memory dynamically, library functions are malloc() , calloc() , realloc() and free() are used. ... These functions are defined in the <stdlib. h> header file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between new and malloc functions?
How can I read and write comma-delimited text?
Explain about C function prototype?
Is using exit() the same as using return?
What is the use of header files?
How do I create a directory? How do I remove a directory (and its contents)?
what is the most appropriate way to write a multi-statement macro?
Why is extern used in c?
write program on arrays
Differentiate between null and void pointers.
what is the use of pointers
how to make program without <> in libray.