{"id":20095138,"url":"https://github.com/patilyashh/fibonacci-number","last_synced_at":"2026-06-05T06:31:38.216Z","repository":{"id":223522015,"uuid":"760633886","full_name":"PATILYASHH/Fibonacci-number","owner":"PATILYASHH","description":"Day 10 of 75 Days C programing challenge || #10 ||","archived":false,"fork":false,"pushed_at":"2024-02-20T16:53:10.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:22:28.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PATILYASHH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-20T16:49:00.000Z","updated_at":"2024-09-24T04:15:29.000Z","dependencies_parsed_at":"2024-02-20T18:02:43.732Z","dependency_job_id":"63285443-131c-4e9d-ba92-dcd2b2729ba5","html_url":"https://github.com/PATILYASHH/Fibonacci-number","commit_stats":null,"previous_names":["patilyashh/fibonacci-number"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PATILYASHH/Fibonacci-number","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FFibonacci-number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FFibonacci-number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FFibonacci-number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FFibonacci-number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PATILYASHH","download_url":"https://codeload.github.com/PATILYASHH/Fibonacci-number/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FFibonacci-number/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33932048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T16:54:13.273Z","updated_at":"2026-06-05T06:31:38.199Z","avatar_url":"https://github.com/PATILYASHH.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fibonacci Series Generator\n\nThis program generates the Fibonacci series up to a specified number of terms.\n\n## Usage\n1. Compile the program using a C compiler (e.g., GCC).\n2. Run the compiled executable.\n3. Enter the number of terms for the Fibonacci series when prompted.\n\n## How it works\n- The program prompts the user to enter the number of terms for the Fibonacci series.\n- It then calculates and prints the Fibonacci series up to the specified number of terms.\n\n## Code Description\nThe program consists of two functions:\n- `fibonacci(int n)`: This function generates the Fibonacci series up to `n` terms.\n- `main()`: This function prompts the user to enter the number of terms and calls the `fibonacci()` function.\n\n## Example\n\nEnter the number of terms: 7\n\nFibonacci series up to 7 terms: 0 1 1 2 3 5 8\n\n\n## Note\n- The program may produce unexpected results for large values of `n` due to integer overflow.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Ffibonacci-number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilyashh%2Ffibonacci-number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Ffibonacci-number/lists"}