1.

Can I increase the size of dynamically allocated array?

Answer» Use realloc(variable_name, value);


Discussion

No Comment Found