{"id":19477263,"url":"https://github.com/swapnanildutta/c-programs","last_synced_at":"2025-07-11T02:40:18.702Z","repository":{"id":104492582,"uuid":"197772184","full_name":"swapnanildutta/C-programs","owner":"swapnanildutta","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-09T12:08:04.000Z","size":154,"stargazers_count":0,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T06:40:20.608Z","etag":null,"topics":["algorithms-and-data-structures","c","hacktoberfest","programming"],"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/swapnanildutta.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,"publiccode":null,"codemeta":null}},"created_at":"2019-07-19T12:51:19.000Z","updated_at":"2020-10-18T08:36:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"909d6f9e-68cf-4e41-aa27-80cb34ecea34","html_url":"https://github.com/swapnanildutta/C-programs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FC-programs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FC-programs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FC-programs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swapnanildutta%2FC-programs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swapnanildutta","download_url":"https://codeload.github.com/swapnanildutta/C-programs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240702567,"owners_count":19843941,"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":["algorithms-and-data-structures","c","hacktoberfest","programming"],"created_at":"2024-11-10T19:44:11.663Z","updated_at":"2025-02-25T16:25:09.874Z","avatar_url":"https://github.com/swapnanildutta.png","language":"C","readme":"[![HitCount](http://hits.dwyl.com/swapnanildutta/C-programs.svg)](http://hits.dwyl.com/swapnanildutta/C-programs)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) \n# C-programs\n\nThis Repo contains some of the most common programs we do with the [C Language](https://en.wikipedia.org/wiki/C_(programming_language))  \nYou can compile these using [GCC](https://gcc.gnu.org/) or any other C compiler and then run the compiled code.\nYou can also use [OnlineGDB](https://www.onlinegdb.com/online_c_compiler) to achieve the same.\n\nCommands to run (for GCC) are:  \n`gcc file.c` To get compiled output as `a.out` or you can specify output file with -o flag like `gcc file.c -o file`\nThen just run the compiled file following your OS methods.\n\n[Array Middle Deletion](./arraymiddelete.c) - Demonstration of deleting elements from the middle of an array  \n[Array Middle Insertion](./arraymidinsert.c) - Demonstration of adding elements to the middle of an array  \n[Circular Queue using Structure](./circularqueuewithstruct.c) - Circular Queue implemented using Structure  \n[Double Ended Queue](./doubleendedqueue.c) - Double Ended Queue  \n[Double Linked List](./doublelinkedlist.c) - Double Linked List  \n[Linked List](./linkedlist.c) - Linked List Implementation  \n[Parenthesis Checker](./parenthesischeck.c) - Checks if the given parenthesises are in pair or not  \n[PostFix Evaluation](./postfixeval.c) - PostFix Evaluation of an Expression  \n[Stack using Structure](./stackusingstruct.c) - Stack using Structure  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnanildutta%2Fc-programs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswapnanildutta%2Fc-programs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswapnanildutta%2Fc-programs/lists"}