C - Loop Control Statements
You want to write a C function that returns the index of the first prime number in an array, or -1 if none found. Which code snippet correctly uses
return inside a loop to achieve this?