Exercise B(c) | Fibonacci sequence using recursion in C
Duration: 11:28 Min | Sep 03, 2023
Let Us C Chapter 10: Recursion Exercise B(c) solution in Hindi: Write a recursive function to obtain the first 25 numbers of a fibonacci sequence. In a fibonacci sequence the sum of two successive terms gives the third term. Following are the first few terms of the fibonacci sequence:
1 1 2 3 5 6 13 21 34 55 89...