calloc() function

 calloc() function allocates multiple block of requested memory.

it initially initialize all bytes to zero.

it also returns null,if memory is not sufficent.


syntax:-

ptr=(cast-type*)calloc(number,byte-size)

Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post