I was just wondering if i can expect anything bad from the following code, or whether it is just bad programming practicemost notably the last line.Code:#include <stdio.h> #include <stdlib.h> const int RUNNING = 1; int correct = 0, wrong = 0;
also how do i declare these - the last line - in main and have all my functions access them? do i need to use extern or is there another way? and why does it give me an error msg when i do try to have a function call it from main()?
thanks.



LinkBack URL
About LinkBacks


