Concept:Reverse the first half of the English alphabet, then find letters from the right and left as asked.
Explanation:The first half from A to M is reversed.
So the new alphabet order becomes:
MLKJIHGFEDCBANOPQRSTUVWXYZ
The ninth letter from the right end is found by counting:
Z(1), Y(2), X(3), W(4), V(5), U(6), T(7), S(8), R(9)
Hence, the ninth letter from the right is R.
Now count nine letters to the left of R:
Q(1), P(2), O(3), N(4), A(5), B(6), C(7), D(8), E(9)
Therefore, the ninth letter to the left of R is E.
Answer:C. E