Discussion :: Memory Allocation
-
Can I increase the size of dynamically allocated array?
Answer : Option A
Explanation :
Use realloc(variable_name, value);
Be The First To Comment
Can I increase the size of dynamically allocated array?
Answer : Option A
Explanation :
Use realloc(variable_name, value);
Be The First To Comment