Descibe malloc() and what it returns
Anonymous
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
Check out your Company Bowl for anonymous work chats.