C Functions Question:

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

Tweet Share WhatsApp

Answer:

Both functions are used to dynamically allocate the memory.

Download C Functions PDF Read All 45 C Functions Questions
Previous QuestionNext Question
What is malloc() function?What is strcpy() function?