Correct option is C
Given:
4, 7, 11, 18, 29, 47, (…), 123, 199
Identification of logic:
Starting with the third number of the series, each number is the sum of the preceding two numbers. third term = second term + first term = 7 + 4 = 11
logic: difference is Sum of preceding two number.
application of logic:
forth number = 11 + 7 = 18
similarly, 18 11 = 29 29 18 = 47
47 29 = 76
76 47 = 123
123 76 = 199
finally, we got the missing number is 76.