#include #include #include #define NUMQUEST 20 #define NUMLIMIT 11 int main(void) { char ops[] = {'+', '-', '*'}; int correct = 0; struct timeval start, end; gettimeofday(&start, NULL); srandom((unsigned) start.tv_sec); for (int i=0; i