Vidyalelo
C Programming · Q25

Memory Allocation

Programming · C Programming · question 25

Q25

What is the primary advantage of using dynamic memory allocation in C?

A.
Flexibility to allocate memory at runtime
Answer
B.
Faster execution of programs
C.
Smaller memory footprint
D.
Elimination of memory leaks

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board