Okay, I'm writing a C program for a tennis tournament and I need a way to randomly select one of the elements from the array to play against another.
so basically i need something like: char contestant(rand) v char contestant (rand)
instead of just contestant(1) v contestant(2)