Thread
:
Declare & Assign an array out side of function!
View Single Post
Salem
Ambitious contributor
2Feb2008,23:37
Put it inside main.
C has no concept of having executable code outside of functions. C++ can do it, but that's only for constructing global objects.