Since 5/6/2012 11:23:27 AM, lohith.matad has written 1 articles and participated in 0 conversations. lohith.matad signature: lohith.matad
lohith.matad's articles:
Items(1) /1
How to choose between malloc() and calloc()1143 (8/26/2005 9:00:18 AM) comp.lang.c Hi all, Though the purpose of both malloc() and calloc() is the same, and as we also know that calloc() initializes the alloacted locations to 'zero', and also that malloc() is used for bytes allocation whereas... lohith