WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / priya
malloc() allocates bytes of memory for a single block
whereas calloc() allocates blocks of memory for multiple
blocks
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How can I call a function with an argument list built up at run time?
What does 2n 4c mean?
How can I do serial ("comm") port I/O?
how to construct a simulator keeping the logical boolean gates in c
What is anagram in c?
What is the difference between text files and binary files?
What is "Hungarian Notation"?
Why c language is called c?
Why do we use static in c?
How do we print only part of a string in c?
What is the correct declaration of main?
What is the collection of communication lines and routers called?
What is difference between structure and union in c?
What is the significance of c program algorithms?
Can we change the value of constant variable in c?