Memory Allocation - Programming

Q1:

Can I increase the size of dynamically allocated array?

A Yes

B No

ANS:A - Yes

Use realloc(variable_name, value);