WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / shruti
malloc will only allocate space in the memory..
calloc will allocate space in the memory as well as
initialise it to a particular value.
| Is This Answer Correct ? | 134 Yes | 39 No |
Post New Answer View All Answers
What does %c mean in c?
Describe the steps to insert data into a singly linked list.
How does #define work?
Why header file is used in c?
What is register variable in c language?
write a program to find the given number is prime or not
the question is that what you have been doing all these periods (one year gap)
How can you return multiple values from a function?
What is identifier in c?
What is the difference between memcpy and memmove?
What are structures and unions? State differencves between them.
What is a struct c#?
Explain what is wrong in this statement?
How can I write a function that takes a format string and a variable number of arguments?
What does sizeof return c?