{"id":18687156,"url":"https://github.com/devsubid/c-programming","last_synced_at":"2025-06-29T09:03:35.967Z","repository":{"id":50476500,"uuid":"414666838","full_name":"devsubid/C-Programming","owner":"devsubid","description":"Basic Programs using C-Programming","archived":false,"fork":false,"pushed_at":"2022-12-18T13:49:08.000Z","size":470,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T14:56:27.087Z","etag":null,"topics":["c","c-basic","learning","learning-exercise","school-assignment"],"latest_commit_sha":null,"homepage":"https://itsme-subid.github.io/C-Programming/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsubid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"itsme-Subid","patreon":"itsme_Subid"}},"created_at":"2021-10-07T15:57:33.000Z","updated_at":"2022-08-07T09:34:45.000Z","dependencies_parsed_at":"2023-01-29T19:15:56.800Z","dependency_job_id":null,"html_url":"https://github.com/devsubid/C-Programming","commit_stats":null,"previous_names":["devsubid/c-programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devsubid/C-Programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsubid","download_url":"https://codeload.github.com/devsubid/C-Programming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsubid%2FC-Programming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262566832,"owners_count":23329681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["c","c-basic","learning","learning-exercise","school-assignment"],"created_at":"2024-11-07T10:31:35.823Z","updated_at":"2025-06-29T09:03:35.941Z","avatar_url":"https://github.com/devsubid.png","language":"C","readme":"# C Basic Programs\n\nThe agenda of this repository is to help others and myself too.\nI personally found it very useful for many times, generally I code a program but forget it very frequently, so this repository help by easy accessibility to my code and also easy to go through the programs.\n \n## Installation GCC\n\nInstall GCC to Compile the C Programs\n\n- Get the latest version of GCC via [tdm-gcc](https://jmeubank.github.io/tdm-gcc/), which provides up-to-date native builds of GCC, tdm-gcc, and other helpful C/C++ tools and libraries. You can download the latest installer from the tdm page or use this [link to the installer](https://jmeubank.github.io/tdm-gcc/).\n\n- Follow the Installation instructions on the [tdm-gcc](https://jmeubank.github.io/tdm-gcc/) website to install GCC. Take care to run actual tdm-gcc executable.\n\n## Check your GCC installation\nTo check that your GCC tools are correctly installed and available, open a new Command Prompt and type:\n\n```bash\ng++ --version\ngdb --version\n```\n\u003e **Note**: If you don't see the expected output or g++ or gdb is not a recognized command. Make sure you followed the instructions on the [tdm-gcc website](https://jmeubank.github.io/tdm-gcc/) to install GCC.\n\n## Run Program\n\nGo to the Project Directory and open `Command Prompt`\n```bash\n  cd C:\\Users\\{User Name}\\Documents\\{Project Directory}\n```\n\nClone the project\n\n```bash\n  git clone git@github.com:itsme-Subid/C-Programming.git\n```\n\nCompile Program\n\n```bash\n  gcc {Program Name}.c\n```\n\nRun Program\n\n```bash\n  a.exe\n```\n\n","funding_links":["https://github.com/sponsors/itsme-Subid","https://patreon.com/itsme_Subid"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsubid%2Fc-programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsubid%2Fc-programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsubid%2Fc-programming/lists"}