1
vote
5answers
148 views
Can I increase the size of a statically allocated array?
I know its possible to increase the size of a dynamically allocated array.
But can I increase the size of a statically allocated array?
If yes,how?
EDIT: Though this question is intended for C …
