{"id":46929649,"url":"https://github.com/arman-bd/c-program","last_synced_at":"2026-03-11T04:12:01.795Z","repository":{"id":51276629,"uuid":"84238021","full_name":"arman-bd/c-program","owner":"arman-bd","description":"Some Basic C Programs","archived":false,"fork":false,"pushed_at":"2020-10-15T04:44:07.000Z","size":24,"stargazers_count":15,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-03-07T00:00:35.175Z","etag":null,"topics":["basic-learning","c","c-programming","learning"],"latest_commit_sha":null,"homepage":"","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/arman-bd.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}},"created_at":"2017-03-07T19:31:27.000Z","updated_at":"2022-08-02T03:46:04.000Z","dependencies_parsed_at":"2022-09-24T08:41:31.710Z","dependency_job_id":null,"html_url":"https://github.com/arman-bd/c-program","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/arman-bd/c-program","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arman-bd%2Fc-program","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arman-bd%2Fc-program/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arman-bd%2Fc-program/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arman-bd%2Fc-program/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arman-bd","download_url":"https://codeload.github.com/arman-bd/c-program/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arman-bd%2Fc-program/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30370673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"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":["basic-learning","c","c-programming","learning"],"created_at":"2026-03-11T04:12:01.050Z","updated_at":"2026-03-11T04:12:01.789Z","avatar_url":"https://github.com/arman-bd.png","language":"C","readme":"# C Programs\nThis repository contains some basic C problems solutions.\n\n## Solved Problems\n\n* Add two integers. [ \u003ca href=\"add-two-integer.c\"\u003ecode\u003c/a\u003e ]\n* Area of an equilateral triangle. [ \u003ca href=\"area-of-an-equilateral-triangle.c\"\u003ecode\u003c/a\u003e ]\n* Area of rectangle from length and breadth. [ \u003ca href=\"area-of-rectangle-from-length-and-breadth.c\"\u003ecode\u003c/a\u003e ]\n* Area of triangle from base and height. [ \u003ca href=\"area-of-triangle-from-base-and-height.c\"\u003ecode\u003c/a\u003e ]\n* ASCII of character. [ \u003ca href=\"ascii-of-char.c\"\u003ecode\u003c/a\u003e ]\n* Average using array. [ \u003ca href=\"average-using-array.c\"\u003ecode\u003c/a\u003e ]\n* Celcius to Fahrenheit. [ \u003ca href=\"celsius-to-fahrenheit.c\"\u003ecode\u003c/a\u003e ]\n* Character from A to Z. [ \u003ca href=\"character-from-A-to-Z.c\"\u003ecode\u003c/a\u003e ]\n* Character is Alphabet or not. [ \u003ca href=\"character-is-alphabet-or-not.c\"\u003ecode\u003c/a\u003e ]\n* Check even or odd. [ \u003ca href=\"check-even-or-odd.c\"\u003ecode\u003c/a\u003e ]\n* Check if element occurs in array. [ \u003ca href=\"check-if-element-occurs-in-array.c\"\u003ecode\u003c/a\u003e ]\n* Concatenate two string. [ \u003ca href=\"concatenate-two-string.c\"\u003ecode\u003c/a\u003e ]\n* Convert second to hour, minute, day. [ \u003ca href=\"convert-second-to-hour-minute-day.c\"\u003ecode\u003c/a\u003e ]\n* Copy string without strcpy. [ \u003ca href=\"copy-string-without-strcpy.c\"\u003ecode\u003c/a\u003e ]\n* Days to year, month, week, day. [ \u003ca href=\"day-to-year-month-week-day.c\"\u003ecode\u003c/a\u003e ]\n* Diameter, circumference and area from radius. [ \u003ca href=\"diameter-circumference-area-from-radius.c\"\u003ecode\u003c/a\u003e ]\n* Even or odd. [ \u003ca href=\"even-or-odd.c\"\u003ecode\u003c/a\u003e ]\n* Fahrenheit to Celsius. [ \u003ca href=\"fahrenheit-to-celsius.c\"\u003ecode\u003c/a\u003e ]\n* Fibonnaci sequence. [ \u003ca href=\"fibonnaci-sequence.c\"\u003ecode\u003c/a\u003e ]\n* Find length of string. [ \u003ca href=\"find-length-of-string.c\"\u003ecode\u003c/a\u003e ]\n* Find square root of number. [ \u003ca href=\"find-square-root-of-number.c\"\u003ecode\u003c/a\u003e ]\n* Find third angle. [ \u003ca href=\"find-third-angle.c\"\u003ecode\u003c/a\u003e ]\n* Largest number from array. [ \u003ca href=\"largest-from-array.c\"\u003ecode\u003c/a\u003e ]\n* Largest number among three number. [ \u003ca href=\"largest-number-among-three-number.c\"\u003ecode\u003c/a\u003e ]\n* Leap year or not. [ \u003ca href=\"leap-year-or-not.c\"\u003ecode\u003c/a\u003e ]\n* Lexical order sorting. [ \u003ca href=\"lexical-order-sorting.c\"\u003ecode\u003c/a\u003e ]\n* Mark of five subject total average percentage. [ \u003ca href=\"mark-of-five-subject-total-average-percentage.c\"\u003ecode\u003c/a\u003e ]\n* Meter and kilometer from centimeter. [ \u003ca href=\"meter-and-kilometer-from-centimeter.c\"\u003ecode\u003c/a\u003e ]\n* Multiplication cross table. [ \u003ca href=\"multiplication-cross-table.c\"\u003ecode\u003c/a\u003e ]\n* Multiply two floating point number. [ \u003ca href=\"multiply-two-floating-point-number.c\"\u003ecode\u003c/a\u003e ]\n* n Percent increment. [ \u003ca href=\"n-percent-increment.c\"\u003ecode\u003c/a\u003e ]\n* Odd and even counting from array. [ \u003ca href=\"odd-and-even-counting-from-array.c\"\u003ecode\u003c/a\u003e ]\n* Palindrom or not. [ \u003ca href=\"palindrom-or-not.c\"\u003ecode\u003c/a\u003e ]\n* Perimeter of rectangle from length and breadth. [ \u003ca href=\"permiter-of-rectangle-from-length-and-breadth.c\"\u003ecode\u003c/a\u003e ]\n* Power of number. [ \u003ca href=\"power-of-number.c\"\u003ecode\u003c/a\u003e ]\n* Prime number range. [ \u003ca href=\"prime-number-range.c\"\u003ecode\u003c/a\u003e ]\n* Prime or not. [ \u003ca href=\"prime-or-not.c\"\u003ecode\u003c/a\u003e ]\n* Print even position elements from array. [ \u003ca href=\"print-even-position-elements-from-array.c\"\u003ecode\u003c/a\u003e ]\n* Print integer. [ \u003ca href=\"print-integer.c\"\u003ecode\u003c/a\u003e ]\n* Print odd position elements from array. [ \u003ca href=\"print-odd-position-elements-from-array.c\"\u003ecode\u003c/a\u003e ]\n* Reverse a number. [ \u003ca href=\"reverse-number.c\"\u003ecode\u003c/a\u003e ]\n* Reversing an array. [ \u003ca href=\"reversing-an-array.c\"\u003ecode\u003c/a\u003e ]\n* Sum of integer. [ \u003ca href=\"sum-of-an-integer.c\"\u003ecode\u003c/a\u003e ]\n* Sum of even number range. [ \u003ca href=\"sum-of-even-number-range.c\"\u003ecode\u003c/a\u003e ]\n* Sum of natural numbers. [ \u003ca href=\"sum-of-natural-numbers.c\"\u003ecode\u003c/a\u003e ]\n* Sum of number range. [ \u003ca href=\"sum-of-number-range.c\"\u003ecode\u003c/a\u003e ]\n* Sum of off number range. [ \u003ca href=\"sum-of-odd-number-range.c\"\u003ecode\u003c/a\u003e ]\n* Sum of prime number range. [ \u003ca href=\"sum-of-prime-number-range.c\"\u003ecode\u003c/a\u003e ]\n* Swap two numbers. [ \u003ca href=\"swap-two-numbers.c\"\u003ecode\u003c/a\u003e ]\n* Triangle with asterisk. [ \u003ca href=\"triangle-with-asterisk.c\"\u003ecode\u003c/a\u003e ]\n* Vowel and consonant count. [ \u003ca href=\"vowel-and-consonant-count.c\"\u003ecode\u003c/a\u003e ]\n* Vowel or consonant. [ \u003ca href=\"vowel-or-consonant.c\"\u003ecode\u003c/a\u003e ]\n* Vowels in text. [ \u003ca href=\"vowels-in-text.c\"\u003ecode\u003c/a\u003e ]","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farman-bd%2Fc-program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farman-bd%2Fc-program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farman-bd%2Fc-program/lists"}