{"id":13751020,"url":"https://github.com/labex-labs/c-free-tutorials","last_synced_at":"2025-05-04T06:32:50.949Z","repository":{"id":241207880,"uuid":"804641736","full_name":"labex-labs/c-free-tutorials","owner":"labex-labs","description":"Practice C Free Tutorials | This repo collects 35 of free tutorials for C. C programming is fundamental to computer science. This Skill Tree presents a systematic approach to learning C language. Ideal for programming beginners, it offers a clear roadmap to understand memory management, pointers,...","archived":false,"fork":false,"pushed_at":"2025-01-01T01:59:03.000Z","size":71,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T16:02:19.815Z","etag":null,"topics":["awesome","awesome-list","c","exercises","free","free-tutorials","hands-on","labex","programming","tutorials"],"latest_commit_sha":null,"homepage":"https://labex.io/skilltrees/c","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,"zenodo":null}},"created_at":"2024-05-23T01:31:54.000Z","updated_at":"2025-04-16T17:57:06.000Z","dependencies_parsed_at":"2024-05-23T02:35:55.135Z","dependency_job_id":"a7394232-5414-4aa8-a4c0-bee9410ef876","html_url":"https://github.com/labex-labs/c-free-tutorials","commit_stats":null,"previous_names":["labex-labs/c-free-tutorials"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fc-free-tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fc-free-tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fc-free-tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fc-free-tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labex-labs","download_url":"https://codeload.github.com/labex-labs/c-free-tutorials/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251806216,"owners_count":21646843,"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":["awesome","awesome-list","c","exercises","free","free-tutorials","hands-on","labex","programming","tutorials"],"created_at":"2024-08-03T09:00:28.018Z","updated_at":"2025-05-04T06:32:50.941Z","avatar_url":"https://github.com/labex-labs.png","language":null,"funding_links":[],"categories":["More","More Free Tutorials","Other Lists"],"sub_categories":["TeX Lists"],"readme":"# C Free Tutorials\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"128px\" src=\"https://file.labex.io/path/GAbMWgBPUOxV.png\"\u003e\n\u003c/div\u003e\n\nC programming is fundamental to computer science. This Skill Tree presents a systematic approach to learning C language. Ideal for programming beginners, it offers a clear roadmap to understand memory management, pointers, and system-level programming. Hands-on, non-video courses and coding exercises in an interactive C language playground ensure you develop practical skills in writing efficient C programs.\n\n|   Index | Name                                                                                                                                   | Difficulty   | Tutorial Link                                                                                |\n|---------|----------------------------------------------------------------------------------------------------------------------------------------|--------------|----------------------------------------------------------------------------------------------|\n|      01 | [📖 Create \"Hello World\" In C](https://labex.io/tutorials/c-create-hello-world-in-c-438286)                                             | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-hello-world-in-c-438286)                        |\n|      02 | [📖 Declare Variables And Data Types In C](https://labex.io/tutorials/c-declare-variables-and-data-types-in-c-438287)                   | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-declare-variables-and-data-types-in-c-438287)          |\n|      03 | [📖 Use Basic Operators In C](https://labex.io/tutorials/c-use-basic-operators-in-c-438288)                                             | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-use-basic-operators-in-c-438288)                       |\n|      04 | [📖 Implement Conditionals In C](https://labex.io/tutorials/c-implement-conditionals-in-c-438331)                                       | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-implement-conditionals-in-c-438331)                    |\n|      05 | [📖 Implement Loops In C](https://labex.io/tutorials/c-implement-loops-in-c-438332)                                                     | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-implement-loops-in-c-438332)                           |\n|      06 | [📖 Handle Arrays In C](https://labex.io/tutorials/c-handle-arrays-in-c-438330)                                                         | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-handle-arrays-in-c-438330)                             |\n|      07 | [📖 Build Functions In C](https://labex.io/tutorials/c-build-functions-in-c-438329)                                                     | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-build-functions-in-c-438329)                           |\n|      08 | [📖 Manage Projects With Make In C](https://labex.io/tutorials/c-manage-projects-with-make-in-c-438333)                                 | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-manage-projects-with-make-in-c-438333)                 |\n|      09 | [📖 Create Your First C Program in LabEx](https://labex.io/tutorials/c-create-your-first-c-program-in-labex-438241)                     | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-your-first-c-program-in-labex-438241)           |\n|      10 | [📖 Create User Input Program in C](https://labex.io/tutorials/c-create-user-input-program-in-c-438242)                                 | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-user-input-program-in-c-438242)                 |\n|      11 | [📖 Basic Arithmetic Operations in C](https://labex.io/tutorials/c-basic-arithmetic-operations-in-c-438262)                             | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-basic-arithmetic-operations-in-c-438262)               |\n|      12 | [📖 Manipulate Array Elements in C](https://labex.io/tutorials/c-manipulate-array-elements-in-c-438261)                                 | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-manipulate-array-elements-in-c-438261)                 |\n|      13 | [📖 Create Two-Dimensional Arrays in C](https://labex.io/tutorials/c-create-two-dimensional-arrays-in-c-438259)                         | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-two-dimensional-arrays-in-c-438259)             |\n|      14 | [📖 Decision Making Structures in C](https://labex.io/tutorials/c-decision-making-structures-in-c-438255)                               | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-decision-making-structures-in-c-438255)                |\n|      15 | [📖 Strings and Manipulate Them in C](https://labex.io/tutorials/c-strings-and-manipulate-them-in-c-438258)                             | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-strings-and-manipulate-them-in-c-438258)               |\n|      16 | [📖 Create Factorial Calculator in C](https://labex.io/tutorials/c-create-factorial-calculator-in-c-438256)                             | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-factorial-calculator-in-c-438256)               |\n|      17 | [📖 Conditional Loops in C](https://labex.io/tutorials/c-conditional-loops-in-c-438260)                                                 | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-conditional-loops-in-c-438260)                         |\n|      18 | [📖 Create Functions in C](https://labex.io/tutorials/c-create-functions-in-c-438257)                                                   | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-functions-in-c-438257)                          |\n|      19 | [📖 Parse Command-Line Arguments in C](https://labex.io/tutorials/c-parse-command-line-arguments-in-c-438243)                           | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-parse-command-line-arguments-in-c-438243)              |\n|      20 | [📖 Create String Comparison Functions in C](https://labex.io/tutorials/c-create-string-comparison-functions-in-c-438244)               | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-string-comparison-functions-in-c-438244)        |\n|      21 | [📖 Create String Array Iterators in C](https://labex.io/tutorials/c-create-string-array-iterators-in-c-438245)                         | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-string-array-iterators-in-c-438245)             |\n|      22 | [📖 Create Even Numbers List in C](https://labex.io/tutorials/c-create-even-numbers-list-in-c-438246)                                   | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-even-numbers-list-in-c-438246)                  |\n|      23 | [📖 Create a Rectangle Area Calculator in C](https://labex.io/tutorials/c-create-a-rectangle-area-calculator-in-c-438247)               | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-a-rectangle-area-calculator-in-c-438247)        |\n|      24 | [📖 Building Flappy Bird Using C](https://labex.io/tutorials/c-building-flappy-bird-using-c-298823)                                     | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-building-flappy-bird-using-c-298823)                   |\n|      25 | [📖 Making a Simple Calculator Using C](https://labex.io/tutorials/c-making-a-simple-calculator-using-c-298833)                         | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-making-a-simple-calculator-using-c-298833)             |\n|      26 | [📖 Creating a Gomoku Game in C](https://labex.io/tutorials/c-creating-a-gomoku-game-in-c-298828)                                       | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-creating-a-gomoku-game-in-c-298828)                    |\n|      27 | [📖 Creating a Snake Game in C](https://labex.io/tutorials/c-creating-a-snake-game-in-c-298831)                                         | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-creating-a-snake-game-in-c-298831)                     |\n|      28 | [📖 File Type Statistics Using C](https://labex.io/tutorials/c-file-type-statistics-using-c-298832)                                     | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-file-type-statistics-using-c-298832)                   |\n|      29 | [📖 Typing Practice Program Using C](https://labex.io/tutorials/c-typing-practice-program-using-c-298834)                               | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-typing-practice-program-using-c-298834)                |\n|      30 | [📖 Creating a 2048 Game in C](https://labex.io/tutorials/c-creating-a-2048-game-in-c-298825)                                           | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-creating-a-2048-game-in-c-298825)                      |\n|      31 | [📖 Creating Terminal Code Rain with C and Ncurses](https://labex.io/tutorials/c-creating-terminal-code-rain-with-c-and-ncurses-298826) | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-creating-terminal-code-rain-with-c-and-ncurses-298826) |\n|      32 | [📖 Creating a Simple Tic-Tac-Toe Game in C](https://labex.io/tutorials/c-creating-a-simple-tic-tac-toe-game-in-c-298830)               | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-creating-a-simple-tic-tac-toe-game-in-c-298830)        |\n|      33 | [📖 Create a Simple Stopwatch App Using GTK](https://labex.io/tutorials/c-create-a-simple-stopwatch-app-using-gtk-298824)               | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-create-a-simple-stopwatch-app-using-gtk-298824)        |\n|      34 | [📖 Creating a Simple Clock Animation Using OpenGL](https://labex.io/tutorials/c-creating-a-simple-clock-animation-using-opengl-298829) | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-creating-a-simple-clock-animation-using-opengl-298829) |\n|      35 | [📖 Creating a Dynamic Heart Animation with C](https://labex.io/tutorials/c-creating-a-dynamic-heart-animation-with-c-298827)           | ★☆☆          | [🔗 View](https://labex.io/tutorials/c-creating-a-dynamic-heart-animation-with-c-298827)      |\n\n## More Free Tutorials\n\n- [Practice Linux Free Tutorials](https://github.com/labex-labs/linux-free-tutorials)\n- [Practice DevOps Free Tutorials](https://github.com/labex-labs/devops-free-tutorials)\n- [Practice Cybersecurity Free Tutorials](https://github.com/labex-labs/cybersecurity-free-tutorials)\n- [Practice Python Free Tutorials](https://github.com/labex-labs/python-free-tutorials)\n- [Practice Docker Free Tutorials](https://github.com/labex-labs/docker-free-tutorials)\n- [Practice Kubernetes Free Tutorials](https://github.com/labex-labs/kubernetes-free-tutorials)\n- [Practice Git Free Tutorials](https://github.com/labex-labs/git-free-tutorials)\n- [Practice Shell Free Tutorials](https://github.com/labex-labs/shell-free-tutorials)\n- [Practice Java Free Tutorials](https://github.com/labex-labs/java-free-tutorials)\n- [Practice MySQL Free Tutorials](https://github.com/labex-labs/mysql-free-tutorials)\n- [Practice MongoDB Free Tutorials](https://github.com/labex-labs/mongodb-free-tutorials)\n- [Practice Golang Free Tutorials](https://github.com/labex-labs/go-free-tutorials)\n- [Practice Ansible Free Tutorials](https://github.com/labex-labs/ansible-free-tutorials)\n- [Practice Jenkins Free Tutorials](https://github.com/labex-labs/jenkins-free-tutorials)\n- [Practice C Free Tutorials](https://github.com/labex-labs/c-free-tutorials)\n- [Practice C++ Free Tutorials](https://github.com/labex-labs/cpp-free-tutorials)\n- [Practice Machine Learning Free Tutorials](https://github.com/labex-labs/ml-free-tutorials)\n- [Practice Data Science Free Tutorials](https://github.com/labex-labs/data-science-free-tutorials)\n- [Practice Pandas Free Tutorials](https://github.com/labex-labs/pandas-free-tutorials)\n- [Practice NumPy Free Tutorials](https://github.com/labex-labs/numpy-free-tutorials)\n- [Practice scikit-learn Free Tutorials](https://github.com/labex-labs/sklearn-free-tutorials)\n- [Practice Matplotlib Free Tutorials](https://github.com/labex-labs/matplotlib-free-tutorials)\n- [Practice Web Development Free Tutorials](https://github.com/labex-labs/web-development-free-tutorials)\n- [Practice HTML Free Tutorials](https://github.com/labex-labs/html-free-tutorials)\n- [Practice CSS Free Tutorials](https://github.com/labex-labs/css-free-tutorials)\n- [Practice JavaScript Free Tutorials](https://github.com/labex-labs/javascript-free-tutorials)\n- [Practice React Free Tutorials](https://github.com/labex-labs/react-free-tutorials)\n\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabex-labs%2Fc-free-tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabex-labs%2Fc-free-tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabex-labs%2Fc-free-tutorials/lists"}