What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Answer Posted / hrpynux@gmail.com
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 |
Post New Answer View All Answers
Explain what are linked list?
What is use of #include in c?
What is malloc() function?
What is the code for 3 questions and answer check in VisualBasic.Net?
Can the sizeof operator be used to tell the size of an array passed to a function?
Does sprintf put null character?
Explain modulus operator.
What is maximum size of array in c?
What is the heap?
What is modeling?
Explain what are binary trees?
What are disadvantages of C language.
Why is c platform dependent?
What is file in c language?
Differentiate between full, complete & perfect binary trees.