{"id":24598370,"url":"https://github.com/labex-labs/c-programming-for-beginners","last_synced_at":"2025-03-18T05:29:36.743Z","repository":{"id":270530854,"uuid":"910667089","full_name":"labex-labs/c-programming-for-beginners","owner":"labex-labs","description":"C Programming for Beginners | This repo collects 16 of programming labs exercises for C Programming for Beginners. This beginner-friendly C programming course covers the fundamental concepts of the language, including data types, operators, conditionals, loops, arrays, and functions. Through hand...","archived":false,"fork":false,"pushed_at":"2025-01-01T01:57:52.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T12:16:02.190Z","etag":null,"topics":["c","challenges","course","exercises","hands-on","labex","labs","playgroud","programming"],"latest_commit_sha":null,"homepage":"https://labex.io/courses/c-programming-for-beginners","language":null,"has_issues":false,"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/labex-labs.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":"2025-01-01T01:57:47.000Z","updated_at":"2025-01-01T01:57:55.000Z","dependencies_parsed_at":"2025-01-01T03:16:43.048Z","dependency_job_id":null,"html_url":"https://github.com/labex-labs/c-programming-for-beginners","commit_stats":null,"previous_names":["labex-labs/c-programming-for-beginners"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fc-programming-for-beginners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fc-programming-for-beginners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fc-programming-for-beginners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fc-programming-for-beginners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labex-labs","download_url":"https://codeload.github.com/labex-labs/c-programming-for-beginners/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244164051,"owners_count":20408848,"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","challenges","course","exercises","hands-on","labex","labs","playgroud","programming"],"created_at":"2025-01-24T12:16:06.584Z","updated_at":"2025-03-18T05:29:36.721Z","avatar_url":"https://github.com/labex-labs.png","language":null,"readme":"# C Programming for Beginners\n\n[![C Programming for Beginners](https://cover-creator.appbot.io/c-programming-for-beginners.png)](https://labex.io/courses/c-programming-for-beginners)\n\n[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/c-programming-for-beginners)\n\nThis beginner-friendly C programming course covers the fundamental concepts of the language, including data types, operators, conditionals, loops, arrays, and functions. Through hands-on labs and step-by-step guidance, learners will develop a solid understanding of C programming and build practical skills to create their own C applications.\n\n![C](https://img.shields.io/badge/C-whitesmoke?style=for-the-badge\u0026logo=c)\n\n\n## Environment\n\nLabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.\n\n![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)\n\n- A strict “Learn by Doing” approach with exclusive hands-on labs and no videos.\n- Interactive online environments within the browser, with automated step-by-step checks.\n- A structured content organization with the Skill Tree based learning system.\n- A growing learning resource of 30 Skill Trees and over 6,000 Labs.\n- The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience.\n\nLearn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).\n\n## Exercises\n\n|   Index | Name                                    | Difficulty   | Practice                                                                                                           |\n|---------|-----------------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------|\n|      01 | 📖 Create \"Hello World\" In C             | ★☆☆          | \u003ca target='_blank' href='https://labex.io/tutorials/c-create-hello-world-in-c-438286'\u003eStart Lab\u003c/a\u003e                |\n|      02 | 🎯 Craft Your First C Greeting           | ★☆☆          | \u003ca target='_blank' href='https://labex.io/labs/c-craft-your-first-c-greeting-438337'\u003eStart Challenge\u003c/a\u003e           |\n|      03 | 📖 Declare Variables And Data Types In C | ★☆☆          | \u003ca target='_blank' href='https://labex.io/tutorials/c-declare-variables-and-data-types-in-c-438287'\u003eStart Lab\u003c/a\u003e  |\n|      04 | 🎯 Build Student Information Tracker     | ★☆☆          | \u003ca target='_blank' href='https://labex.io/labs/c-build-student-information-tracker-438353'\u003eStart Challenge\u003c/a\u003e     |\n|      05 | 📖 Use Basic Operators In C              | ★☆☆          | \u003ca target='_blank' href='https://labex.io/tutorials/c-use-basic-operators-in-c-438288'\u003eStart Lab\u003c/a\u003e               |\n|      06 | 🎯 Create a Temperature Converter        | ★☆☆          | \u003ca target='_blank' href='https://labex.io/labs/c-create-a-temperature-converter-438383'\u003eStart Challenge\u003c/a\u003e        |\n|      07 | 📖 Implement Conditionals In C           | ★☆☆          | \u003ca target='_blank' href='https://labex.io/tutorials/c-implement-conditionals-in-c-438331'\u003eStart Lab\u003c/a\u003e            |\n|      08 | 🎯 Classify Student Grades               | ★☆☆          | \u003ca target='_blank' href='https://labex.io/labs/c-classify-student-grades-438387'\u003eStart Challenge\u003c/a\u003e               |\n|      09 | 📖 Implement Loops In C                  | ★☆☆          | \u003ca target='_blank' href='https://labex.io/tutorials/c-implement-loops-in-c-438332'\u003eStart Lab\u003c/a\u003e                   |\n|      10 | 🎯 Generate Multiplication Tables        | ★☆☆          | \u003ca target='_blank' href='https://labex.io/labs/c-generate-multiplication-tables-438391'\u003eStart Challenge\u003c/a\u003e        |\n|      11 | 📖 Handle Arrays In C                    | ★☆☆          | \u003ca target='_blank' href='https://labex.io/tutorials/c-handle-arrays-in-c-438330'\u003eStart Lab\u003c/a\u003e                     |\n|      12 | 🎯 Analyze Temperature Array             | ★☆☆          | \u003ca target='_blank' href='https://labex.io/labs/analyze-temperature-array-438390'\u003eStart Challenge\u003c/a\u003e               |\n|      13 | 📖 Build Functions In C                  | ★☆☆          | \u003ca target='_blank' href='https://labex.io/tutorials/c-build-functions-in-c-438329'\u003eStart Lab\u003c/a\u003e                   |\n|      14 | 🎯 Create Even Number Validator Function | ★☆☆          | \u003ca target='_blank' href='https://labex.io/labs/c-create-even-number-validator-function-438393'\u003eStart Challenge\u003c/a\u003e |\n|      15 | 📖 Manage Projects With Make In C        | ★☆☆          | \u003ca target='_blank' href='https://labex.io/tutorials/c-manage-projects-with-make-in-c-438333'\u003eStart Lab\u003c/a\u003e         |\n|      16 | 🎯 Create a Modular Makefile             | ★☆☆          | \u003ca target='_blank' href='https://labex.io/labs/c-create-a-modular-makefile-438425'\u003eStart Challenge\u003c/a\u003e             |\n\n## More\n\n- 🔗 [C Programming Courses](https://github.com/labex-labs/awesome-programming-courses)\n- 🔗 [C Programming Projects](https://github.com/labex-labs/awesome-programming-projects)\n- 🔗 [C Free Tutorials](https://github.com/labex-labs/c-free-tutorials)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabex-labs%2Fc-programming-for-beginners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabex-labs%2Fc-programming-for-beginners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabex-labs%2Fc-programming-for-beginners/lists"}