Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mohammadpagard/c-book-exercises
- Owner: mohammadpagard
- Created: 2025-01-25T05:53:36.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-02-05T09:37:08.000Z (6 days ago)
- Last Synced: 2025-02-05T10:33:20.160Z (6 days ago)
- Topics: book, cprogramming, cprogramming-language, gcc, gcc-complier, linux, programming
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. :)---