Search results

  1. Y

    Post your C/C++ Programs Here

    Re: Post ur C/C++ Programs Here I need help regarding calloc and malloc. I want to solve this question The standard library function calloc(n,sz) returns a pointer to n objects of size sz, with the storage initialized to zero. Write calloc, by calling malloc or by modifying it. So plz...
Top