Pregunta de entrevista de Niyuj

What is the return type of malloc () function?

Respuestas de entrevistas

Anónimo

16 de ago de 2019

Void pointer

Anónimo

21 de dic de 2020

malloc means "memory allocation" malloc function is used to dynamically create a memory block, it allocates a memory block of size specified in bytes (as a parameter). It returns a pointer to the beginning of that block.

Pregunta de entrevista en Niyuj: What is the return type of malloc () function? | Glassdoor