#include #include #include #define SIZE 10000 int main() { int r[SIZE]; int c,a,b,temp; srand((unsigned)time(NULL)); puts("Here is the array unsorted:"); for(c=0;c r[b]) { temp = r[b]; r[b] = r[a]; r[a] = temp; } /* display */ printf("Press Enter to see the sorted array:"); getchar(); for(c=0;c