KCS151/KCS251 PPS Lab Exercise Dr. A.P.J. Abdul Kalam Technical University (AKTU), Lucknow KCS151 / KCS251 Programming for Problem Solving - Using C Language Lab Exercise 15. Write a program to print the Fibonacci series. Sample Input and OutputStdin Inputs:10Sample Result:Input number of terms: 1010 terms of Fibonacci Series: 0 1 1 2 3 5 8 13 21 34 Previous Next