Can I increase the size of dynamically allocated array?
View Answer
Workspace
Discuss in Forum
Share
Copy Text
Copy URL
As Image
Answer : Option A
Explanation :
Use realloc(variable_name, value);
Can I increase the size of statically allocated array?
Answer : Option B
No answer description available for this question. Let us discuss
When we dynamically allocate memory is there any way to free memory during run time?
Using free()