Correct option is A
The given coding pattern:
CHEW → 39
FORE → 44

Logic - code number = sum of place values of letters of given word.
Step 1: Assigning Alphabetical Positions
Each letter has a numerical position in the alphabet:
C (3), H (8), E (5), W (23)
Sum: 3 + 8 + 5 + 23 = 39 (Matches the given code)
F (6), O (15), R (18), E (5)
Sum: 6 + 15 + 18 + 5 = 44 (Matches the given code)
Step 2: Finding the Code for "GLIT"
G (7), L (12), I (9), T (20)
Sum: 7 + 12 + 9 + 20 = 48
Thus, the code for GLIT is 48.
Answer:
A) 48