C Functions Question:
Download Questions PDF

Can you please explain the difference between malloc() and calloc() function?

Answer:

Both functions are used to dynamically allocate the memory.

Download C Functions Interview Questions And Answers PDF

Previous QuestionNext Question
What is malloc() function?What is strcpy() function?