Discussion :: Memory Allocation
-
When we dynamically allocate memory is there any way to free memory during run time?
Answer : Option A
Explanation :
Using free()
Be The First To Comment