Correct option is C
The pattern is -
K
KL (added 'L')
KLM (added 'M')
KLMN (added 'N')
KLMN? (Next letter should be added)
The sequence follows the alphabetical order, adding the next letter in sequence:
After N, the next letter is O.
Correct Answer: (C) O