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 a middle level language?
What is a protocol in c?
Explain the binary height balanced tree?
Explain what are binary trees?
Why should I prototype a function?
What is the mean of function?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What are the types of data structures in c?
What are the advantages of Macro over function?
What are control structures? What are the different types?
Are local variables initialized to zero by default in c?
What is %g in c?
Combinations of fibanocci prime series
Is c# a good language?
Difference between Function to pointer and pointer to function