Answer:
The answer to a given question is "a[n-1-i]".
Explanation:
The expression for the corresponding element is "a[n-1-i]". This expression checks all array elements that are associated with a list. In this expression, An array a[] used n and i variable. Where n is a size of the array elements and i is used for loop and it checks array elements that are associated with the array.