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
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Write a code to remove duplicates in a string.
What is wrong with this statement? Myname = 'robin';
How can you increase the allowable number of simultaneously open files?
What does c mean in basketball?
Can a program have two main functions?
praagnovation
will u please send me the placement papers to my mail???????????????????
What is sizeof c?
What is #include stdio h and #include conio h?
What does d mean?
What is function prototype?
write a proram to reverse the string using switch case?
What does struct node * mean?
Describe dynamic data structure in c programming language?