WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / karthik
Malloc() is used to allocate a block of memory
Calloc() is used to allocate a block of memory and initialize it.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain how do you convert strings to numbers in c?
What are predefined functions in c?
How can I find out if there are characters available for reading?
hi, which software companys will take,if d candidate's % is jst 55%?
What are local static variables? How can you use them?
What is a dynamic array in c?
What tq means in chat?
What is the difference between if else and switchstatement
What is derived datatype in c?
What does sizeof int return?
Describe static function with its usage?
What are the Advantages of using macro
How to set file pointer to beginning c?
What is storage class?
Why is main function so important?