Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labex-labs/c-practice-labs
[C Practice Labs] This repository collects 75 of programming scenarios (labs and challenges) for C Practice Labs. This course contains lots of labs for C, each lab is a small C project with detailed guidance and solutions. You can practice your C skills by completing these labs, improve your codi...
https://github.com/labex-labs/c-practice-labs
List: c-practice-labs
awesome awesome-list c challenges course education hands-on labex labs programming
Last synced: 5 days ago
JSON representation
[C Practice Labs] This repository collects 75 of programming scenarios (labs and challenges) for C Practice Labs. This course contains lots of labs for C, each lab is a small C project with detailed guidance and solutions. You can practice your C skills by completing these labs, improve your codi...
- Host: GitHub
- URL: https://github.com/labex-labs/c-practice-labs
- Owner: labex-labs
- Created: 2024-05-24T09:05:45.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T01:30:29.000Z (4 months ago)
- Last Synced: 2024-08-02T04:25:03.103Z (4 months ago)
- Topics: awesome, awesome-list, c, challenges, course, education, hands-on, labex, labs, programming
- Homepage: https://labex.io/skilltrees/c
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Practice Labs
[![C Practice Labs](https://cover-creator.appbot.io/c-practice-labs.png)](https://labex.io/courses/c-practice-labs)
[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/c-practice-labs)
This course contains lots of labs for C, each lab is a small C project with detailed guidance and solutions. You can practice your C skills by completing these labs, improve your coding skills, and learn how to write clean and efficient code.
![C](https://img.shields.io/badge/C-whitesmoke?style=for-the-badge&logo=c)
## Environment
LabEx 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.
![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)
- A strict βLearn by Doingβ approach with exclusive hands-on labs and no videos.
- Interactive online environments within the browser, with automated step-by-step checks.
- A structured content organization with the Skill Tree based learning system.
- A growing learning resource of 30 Skill Trees and over 6,000 Labs.
- The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience.Learn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).
## Exercises
| Index | Name | Difficulty | Practice |
|---------|---------------------------------------------------------|--------------|--------------------------------------------------------------------------------------------------------------------------------------|
| 01 | π Hello World, C! | β ββ | Start Lab |
| 02 | π Use of Gets Function in C Programming | β ββ | Start Lab |
| 03 | π Reversing Case of Character | β ββ | Start Lab |
| 04 | π Create Descending Do-While Loop in C | β ββ | Start Lab |
| 05 | π Display Current Date and Time | β ββ | Start Lab |
| 06 | π Basic for Loop Program | β ββ | Start Lab |
| 07 | π Swapping Two Numbers Program | β ββ | Start Lab |
| 08 | π Creating While Loop Programs in C | β ββ | Start Lab |
| 09 | π Pointer to a Function | β ββ | Start Lab |
| 10 | π Pointer to Pointer in C | β ββ | Start Lab |
| 11 | π Comparing Pointers in C Language | β ββ | Start Lab |
| 12 | π Finding ASCII Value of Character | β ββ | Start Lab |
| 13 | π Simple Pointer Program | β ββ | Start Lab |
| 14 | π Adding Two Numbers Using Pointers | β ββ | Start Lab |
| 15 | π Recursive LCM Calculation in C | β ββ | Start Lab |
| 16 | π Reverse a String Program | β ββ | Start Lab |
| 17 | π Sum of N Integers Using Arrays | β ββ | Start Lab |
| 18 | π Concatenate Strings Using Pointer | β ββ | Start Lab |
| 19 | π Basic Arithmetic Operations | β ββ | Start Lab |
| 20 | π Determine Integer or Float in C | β ββ | Start Lab |
| 21 | π Find Largest and Smallest Numbers Using Global Var... | β ββ | Start Lab |
| 22 | π Using If-Else Statements in C Programming | β ββ | Start Lab |
| 23 | π Celsius to Fahrenheit Conversion | β ββ | Start Lab |
| 24 | π Calculate Simple Interest Program | β ββ | Start Lab |
| 25 | π Swapping Numbers with Pointers | β ββ | Start Lab |
| 26 | π Array Traversal Using Pointers | β ββ | Start Lab |
| 27 | π Find Largest Number | β ββ | Start Lab |
| 28 | π Circle Area and Circumference in C | β ββ | Start Lab |
| 29 | π Inserting Elements in C Arrays | β ββ | Start Lab |
| 30 | π Sum of N Input Numbers in C | β ββ | Start Lab |
| 31 | π Program to List Files in Directory | β ββ | Start Lab |
| 32 | π Sum of Digits Calculation | β ββ | Start Lab |
| 33 | π Fibonacci Series Generation in C | β ββ | Start Lab |
| 34 | π Create a Multiplication Table in C | β ββ | Start Lab |
| 35 | π Factors of A Given Number | β ββ | Start Lab |
| 36 | π Finding Largest and Smallest Array Elements in C | β ββ | Start Lab |
| 37 | π Reverse a String Using Pointer | β ββ | Start Lab |
| 38 | π Vowel Identification Using Switch Case | β ββ | Start Lab |
| 39 | π Deleting an Element From Array Using C | β ββ | Start Lab |
| 40 | π Area of Triangle | β ββ | Start Lab |
| 41 | π Prime or Composite Number Using Recursion | β ββ | Start Lab |
| 42 | π Sum of First N Numbers with Recursion | β ββ | Start Lab |
| 43 | π Reverse Content of File Using C | β ββ | Start Lab |
| 44 | π Finding Roots of Quadratic Equation | β ββ | Start Lab |
| 45 | π Average of N Numbers | β ββ | Start Lab |
| 46 | π Finding Factorial of a Number in C | β ββ | Start Lab |
| 47 | π Finding Exponential Without Pow Method | β ββ | Start Lab |
| 48 | π Dynamic Memory Allocation in C Programming | β ββ | Start Lab |
| 49 | π Program Copy File | β ββ | Start Lab |
| 50 | π Finding Second Largest Number in C | β ββ | Start Lab |
| 51 | π Finding Greatest Common Divisor Using Recursion | β ββ | Start Lab |
| 52 | π Array of Pointers | β ββ | Start Lab |
| 53 | π Sort Array Elements | β ββ | Start Lab |
| 54 | π Checking for Odd or Even | β ββ | Start Lab |
| 55 | π Determine Perfect Square in C | β ββ | Start Lab |
| 56 | π Find the Largest Number Among N Numbers | β ββ | Start Lab |
| 57 | π Palindrome Checking in C | β ββ | Start Lab |
| 58 | π Finding Armstrong Number in C | β ββ | Start Lab |
| 59 | π Fibonacci Series Using Recursion | β ββ | Start Lab |
| 60 | π Finding First N Prime Numbers Using C | β ββ | Start Lab |
| 61 | π Finding Factorial Using Recursion | β ββ | Start Lab |
| 62 | π Palindrome Using Recursion | β ββ | Start Lab |
| 63 | π Check Square Matrix Symmetry | β ββ | Start Lab |
| 64 | π Calculate Permutation and Combination in C Languag... | β ββ | Start Lab |
| 65 | π Largest Element in an Array Using Recursion | β ββ | Start Lab |
| 66 | π Recursive Power Calculation in C | β ββ | Start Lab |
| 67 | π Program to Find Size of Any File | β ββ | Start Lab |
| 68 | π Sum of Digits Using Recursion | β ββ | Start Lab |
| 69 | π Matrix Addition and Subtraction in C | β ββ | Start Lab |
| 70 | π Finding Determinant of 2x2 Matrix | β ββ | Start Lab |
| 71 | π Using Null Pointer in C Programming | β ββ | Start Lab |
| 72 | π Checking Sparse Matrix | β ββ | Start Lab |
| 73 | π Matrix Multiplication in C | β ββ | Start Lab |
| 74 | π Conversion Between Number Systems | β ββ | Start Lab |
| 75 | π Create and Write to C Files | β ββ | Start Lab |## More
- π [C Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- π [C Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
- π [C Free Tutorials](https://github.com/labex-labs/c-free-tutorials)