C Functions Question:
What is calloc() function?
Answer:
calloc initializes the allocated memory to 0 or Null.
Previous Question | Next Question |
What is fflush() function? | What is malloc() function? |
Previous Question | Next Question |
What is fflush() function? | What is malloc() function? |