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 language, consider other languages too.Is it possible in any other language? ...