Memory Management in C | Q - 4

Last Updated :
Discuss
Comments

Which of the following allocates memory and also initializes it to zero?

malloc()

calloc()

realloc()

memset()

Tags:
Share your thoughts in the comments