Correct Answer: A
Explanation:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Here the next alphabet skips alphabets in increasing order of 0, 1, 2, 3, etc.
- After E, 0 alphabets skipped. So, we get F which is immediately next.
- After F, 1 alphabet skipped. So, we skip G which is next and get H.
- After H, 2 alphabets skipped. So, we skip I J and get K.
- After K, 3 alphabets skipped. So, we skip L M N and get O.
- After O, 4 alphabets skipped. So, we skip P Q R S and get T.
- After T, 5 alphabets skipped. So, we skip U V W X Y and get Z.