WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / shirish
malloc: malloc create the single block of given size by user
calloc: calloc creates multiple blocks of given size
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Can you subtract pointers from each other? Why would you?
what do you mean by inline function in C?
What is wrong with this program statement?
How can I determine whether a machines byte order is big-endian or little-endian?
Explain union. What are its advantages?
Differentiate between a structure and a union.
What is abstract data structure in c?
How do I copy files?
What is volatile variable how do you declare it?
How do I create a directory? How do I remove a directory (and its contents)?
How are pointers declared in c?
How can you pass an array to a function by value?
How can you find out how much memory is available?
main() { printf("hello"); fork(); }