saving . . . saved dynamic memory allocation has been deleted. dynamic memory allocation has been hidden .
dynamic memory allocation
Title
Question
What functions are used for dynamic memory allocation in C language ?

C-and-Cpp General None min None sec 29-02-20, 5 p.m. snagendraprabhu

Answers:

You can use malloc for this.  In a linux system, you can type "man malloc" in a terminal to learn more about how to use this.
29-02-20, 5:49 p.m. bhaskar76


Log-in to answer to this question.