• Stars
    star
    1
  • Language
    C
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fibonacci Number is the Integer value that is obtained summing up its previous and previous of previous value. User will provide the position index of the Fibonacci number in the series, and it generates the desired number through a recursive C function.