C Functions Question:

Download Job Interview Questions and Answers PDF

What is calloc() function?

C Functions Interview Question
C Functions Interview Question

Answer:

calloc initializes the allocated memory to 0 or Null.

Download C Functions Interview Questions And Answers PDF

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