Descibe malloc() and what it returns
Sigiloso
Malloc stands for memory allocation in c language. It allocates memory in the form of blocks associated with some size. Once the memory is allocated successfully it returns the pointer pointing to the first location in the block