What is the sum of the first 20 odd natural numbers?
Answer: C
The sum of the first 'n' odd natural numbers is given by the formula \(n^2\).
Here, n = 20.
The sum is \(20^2 = 400\).