Code#include <stdio.h> // insert here }Copyright GeekInterview.com
Profile Answers by lalithakasiraj Questions by lalithakasiraj
Questions by lalithakasiraj
This Question is not yet answered!
Please Turn OFF your ad blocker
- OR -
LOGIN to continue using GeekInterview website.
Disable Ad Blocker
Learn More
Login GeekInterview
Login
Create your GeekInterview account
Signup
Continue Reading after Disabling
Refresh
What should be returned at line commented "//insert here" so that code returns numbers in Fibonacci sequence?
a) return fib(n) + fin(n-1);
b) return fib(n-1) + fin(n-2);
c) return fib(n) + fin(n+1);
d) return fin(n-1);
Profile Answers by lalithakasiraj Questions by lalithakasiraj
Questions by lalithakasiraj
This Question is not yet answered!
Related Answered Questions
Related Open Questions