C Functions Question:
Can you please explain the difference between malloc() and calloc() function?
Answer:
Both functions are used to dynamically allocate the memory.
Previous Question | Next Question |
What is malloc() function? | What is strcpy() function? |