C Program to Print Right Angle Fibonacci Series Pyramid


C Program to print Right Angle Fibonacci Series Pyramid

Output :

Explanation Of C Program :

Note down declaration and initialization of following variables -

Now we have write two for loops , one as line number and other for printing the numbers in a row.

Print the first Zero directly using printf statement.

Now print the Fibonacci series using nested loop.