Well first you need to declare an array of students at the beginning of main.

Then you need to pass that array to the function in a function call (all you have is another prototype).

Finally,...