Vidyalelo
Data Structure · Q502

Miscellaneous on Data Structures

Programming · Data Structure · question 502

Q502

Which of the following option is wrong about natural numbers?

A.
Sum of first n natural numbers can be calculated by using Iteration method
B.
Sum of first n natural numbers can be calculated by using Recursion method
C.
Sum of first n natural numbers can be calculated by using Binomial coefficient method
D.
No method is prescribed to calculate sum of first n natural number
Answer

Answer: Option D

Solution

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