#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define MAX_SCORE 40
#define MIN_SCORE 20
#define NUM_SCORE 10
int compare_ints(const void*a, const void *b)
{
return (*(int *) a - *(int *)b);
}
tf(file, "\n");
}
}
fclose(file);
// Read the exam scores from the file...