Correct option is C
Given
Range of numbers = 1 to 25
Formula Used
Sum = Sum of all odd prime numbers in the given range
Solution
Odd prime numbers between 1 and 25 are 3, 5, 7, 11, 13, 17, 19, 23.
Note: 2 is a prime number but it is even, so it is excluded.
Sum = 3 + 5 + 7 + 11 + 13 + 17 + 19 + 23 = 98
So the correct answer is (c)