{"id":19351039,"url":"https://github.com/thutasann/c-lang","last_synced_at":"2025-06-20T14:11:12.205Z","repository":{"id":257856432,"uuid":"863673158","full_name":"thutasann/c-lang","owner":"thutasann","description":"c lang kickoff","archived":false,"fork":false,"pushed_at":"2024-11-09T12:27:22.000Z","size":875,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T14:10:04.209Z","etag":null,"topics":["c-lang","pointers"],"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/thutasann.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":"2024-09-26T17:48:41.000Z","updated_at":"2024-11-09T12:27:25.000Z","dependencies_parsed_at":"2024-11-02T04:18:33.107Z","dependency_job_id":"4ce3f6b3-994f-419a-a6c8-8708ffe10424","html_url":"https://github.com/thutasann/c-lang","commit_stats":null,"previous_names":["thutasann/c-lang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thutasann/c-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thutasann%2Fc-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thutasann%2Fc-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thutasann%2Fc-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thutasann%2Fc-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thutasann","download_url":"https://codeload.github.com/thutasann/c-lang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thutasann%2Fc-lang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260959194,"owners_count":23088822,"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-lang","pointers"],"created_at":"2024-11-10T04:34:54.788Z","updated_at":"2025-06-20T14:11:07.190Z","avatar_url":"https://github.com/thutasann.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C Progamming Language\n\nThis is the repo where I start learning `C Programming Language`.\n\n## Topics\n\n| Topic           | Source                                     |\n| --------------- | ------------------------------------------ |\n| C Basics        | [Basics](./src)                            |\n| Data Structures | [Data Structures](./src/data-structures)   |\n| C Examples      | [C Examples](./src/c-programming-examples) |\n| C Pointers      | [C Pointers](./src/c-pointers) |\n| Programs        | [Programs](./src/programs)                 |\n| Memory Relateds | [Programs](./src/memory-relateds)          |\n\n## Check GCC Compiler\n\n```bash\ng++ --version\n```\n\n```bash\nclang --version\n```\n\n```bash\ngcc --v\n```\n\n## Compile Command\n\n```bash\ngcc index.c src/*.c -o index\n```\n\n```bash\n./index\n```\n\n```bash\nclear \u0026\u0026 gcc index.c src/*.c -o index \u0026\u0026 ./index\n```\n\n## vsCode Snippets\n\n- Snippets can be found at `snippet.jsonc`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthutasann%2Fc-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthutasann%2Fc-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthutasann%2Fc-lang/lists"}