Answer:
The answer is "Option c".
Explanation:
In the given code, an integer array "myArray" is declared, that holds some values in the next step, a for loop is defined, that uses an integer variable "index" for print array values, inside a loop, in the condition section a condition is defined, that is total length of array that is equal to 10 is divided by 3, that will give quotient value, which is less than index value. If this condition is true, it will print array element value, that's why except option c, all option is wrong.