Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added fibonacci-serirs #34

Closed
wants to merge 3 commits into from
Closed

Conversation

sneha1010
Copy link

#9

Copy link
Owner

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
           

Clones added
============
- C_fibonacci (2).c  1
- C_fibonacci.c  1
         

See the complete overview on Codacy


int main()
{
int n,n1,n2,n3;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change it to long long int. since the program needs to return atleast 100 fibonacci terms.

Copy link
Owner

@fharookshaik fharookshaik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

required changes have been commented. Please go through them.

Happy Coding!!
Happy Contributing!!

@fharookshaik
Copy link
Owner

Code already written in C language. You can develop the existing code.
PR can't be merged. Read the instructions carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants