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
Differentiate fundamental data types and derived data types in C.
Can we use visual studio for c?
How do you view the path?
What is operator precedence?
Why & is used in c?
can anyone please tell about the nested interrupts?
What is typedf?
What is wrong with this program statement? void = 10;
What is register variable in c language?
What is the use of getchar functions?
Why do we need functions in c?
Explain the use of function toupper() with and example code?
How can I find out the size of a file, prior to reading it in?
What is the basic structure of c?
How can I do graphics in c?