Which of the following gives the sum of the first n natural numbers?
(a) nC2
(b) (n-1)C2
(c) (n+1)C2
(d) (n+2)C2
I had been asked this question during an internship interview.
The above asked question is from Sum of n Natural Numbers using Recursion in division Recursion of Data Structures & Algorithms II