Computer Science, asked by srishtisnr5464, 1 year ago

write a c program for sum of natural numbers using recursion

Answers

Answered by seeratakbar053
0

Explanation:

The positive numbers 1, 2, 3... are known as natural numbers. The program below takes a positive integer from the user and calculates the sum up to the given number.

Similar questions