Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...

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)