difference between malloc and calloc
difference between malloc and calloc
EXPLORE () LOG IN
()
Library
calloc() allocates a memory area, the length will be the product of its parameters. calloc fills the memory with
ZERO's and returns a pointer to first byte. If it fails to locate enough space it returns a NULL pointer.
English,C
Average Rating:
4 ratings
Share 0 Tweet Share 0 Share 0
ganeshuit
Thu, 05/31/2012 - 19:46
RELATED CONTENT
Comments (2)
navodians