WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / vini sharma
malloc()
allocates byte of memory and calloc() allocates block of
memory.
| Is This Answer Correct ? | 50 Yes | 22 No |
Post New Answer View All Answers
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Explain what is gets() function?
What is a global variable in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How can I read a binary data file properly?
What is the use of function in c?
What are header files? What are their uses?
How to implement a packet in C
What is structure padding and packing in c?
How to define structures? ·
What is #line in c?
What is %lu in c?
Can 'this' pointer by used in the constructor?
What is c method?
Can we declare variables anywhere in c?