The document discusses generating a Fibonacci series using recursion in C/C++. It includes code to declare variables, get user input for the number of terms, print the initial terms, and loop to calculate and print subsequent terms using recursion.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
12 views5 pages
Assignment 1
The document discusses generating a Fibonacci series using recursion in C/C++. It includes code to declare variables, get user input for the number of terms, print the initial terms, and loop to calculate and print subsequent terms using recursion.