twitter
    Find out what I'm doing, Follow Me :)

Another New Function - Calloc

One more function must be mentioned, the "calloc" function. This function allocates a block of memory and clears it to all zeros which may be useful in some circumstances. It is similar to "malloc" and will be left as an exercise for you to read about and use "calloc" if you desire.