Computer Science, asked by arpandaptari, 10 months ago

in C language, where malloc() returns​

Answers

Answered by prabhhere
1

Answer:

Malloc function is used to allocate a memory block in the program.

The function returns a pointer address of Void type as default; which can be allocated to any pointer address to store data.

Similar questions