New to C, thanks a lot for help.
Is it possible to define an array in C without either specifying its size or initializing it.
For example, can I prompt a u
If you're looking for array facilities and don't want to roll your own, try the following: