Vidyalelo
Data Structure · Q938

Miscellaneous on Data Structures

Programming · Data Structure · question 938

Q938

Which of the following gives the sum of the first n natural numbers?

A.
nC2
B.
(n-1)C2
C.
(n+1)C2
Answer
D.
(n+2)C2

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board