Computer Science, asked by thomas6731, 11 months ago

The functions used for dynamic memory allocation are

Answers

Answered by digi18
0
malloc() function is used for dynamic memory allocation.

Its syntax is

ptr = (case-type*) malloc(byte-size);


Thanks
Similar questions