Re: Funtion prototypes
Technically, your variable declarations should be inside your main/question function (as appropriate). As they are now, they are global variables, and passing them to the function doesn't do anything useful.
Also, please use code tags when writing code (you can press the # icon to get them).
|