Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohammadpagard/c-book-exercises

The exercises of the C Programming Language book.
https://github.com/mohammadpagard/c-book-exercises

book cprogramming cprogramming-language gcc gcc-complier linux programming

Last synced: 6 days ago
JSON representation

The exercises of the C Programming Language book.

Awesome Lists containing this project

README

        

# C Book Exercises

This repository is a collection of exercises from C programming books that I'm solving just for fun and learning. It's a way for me to practice and get better at C programming.

---

## What's Inside

- Solutions to various exercises from C books.
- Each file is named based on the chapter or exercise number.

---

## How to Run

1. Clone the repository:
```bash
git clone https://github.com/varaden/c-book-exercises.git
```
2. Compile and run any file:
```bash
gcc -o output src/.c
./output
```

---

## Tools

- **OS**: Linux
- **Compiler**: GCC

---

Feel free to take a look around or use the code if it's helpful.
It's nothing fancy—just me having fun with C. :)

---