C Functions Question:

What is calloc() function?

C Functions Interview Question
C Functions Interview Question

Answer:

calloc initializes the allocated memory to 0 or Null.


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