0 votes
in C Plus Plus by
What is dynamic memory allocation in C Language?

1 Answer

0 votes
by

A dynamic memory allocation uses functions such as malloc() or calloc() to get memory

dynamically. If these functions are used to get memory dynamically and the values returned by

these function are assigned to pointer variables, such a way of allocating memory at run time is

known as dynamic memory allocation.

Related questions

0 votes
asked Mar 17, 2020 in C Plus Plus by SakshiSharma
0 votes
asked Jan 7 in C Plus Plus by GeorgeBell
...