What is the difference between calloc() and realloc()?
Answer Posted / nashiinformaticssolutions
calloc() allocates memory and initializes it to zero.
realloc() resizes previously allocated memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why c is called procedure oriented language?
Is there any demerits of using pointer?
Why is extern used in c?
Why do we use pointer to pointer in c?
What does the c preprocessor do?
Is multithreading possible in c?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What does emoji p mean?
What is static memory allocation?
Explain how can I pad a string to a known length?
Is there a built-in function in C that can be used for sorting data?
How can you increase the allowable number of simultaneously open files?
Do you have any idea how to compare array with pointer in c?
What is array of structure in c programming?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.