https://github.com/muhammadmuazen/c-programming-exercises
repo that have answers to the exersices mainly from the w3resource website and many other resources
https://github.com/muhammadmuazen/c-programming-exercises
c exercises learning-exercise
Last synced: 2 months ago
JSON representation
repo that have answers to the exersices mainly from the w3resource website and many other resources
- Host: GitHub
- URL: https://github.com/muhammadmuazen/c-programming-exercises
- Owner: MuhammadMuazen
- Created: 2024-01-29T11:39:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T05:15:29.000Z (about 1 year ago)
- Last Synced: 2025-01-28T03:42:10.779Z (4 months ago)
- Topics: c, exercises, learning-exercise
- Language: C
- Homepage:
- Size: 476 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Programming Exercises
### This repository have the exercises from the w3resource of the C programming language but with my own solutions to the problems
___
### w3resource page for the C exercises:
https://www.w3resource.com/c-programming-exercises/
#### PS : Not all the solutions are perfect I am still learning and there are a very few solutions which are identical to the solutions in the website.
___
### What is in every folder:
#### Every exercise is in a numbered directory which is the same number of the exercise in the w3resourse website in the question category directory
#### The numbered directory have:
1. question: which is a file that have the problem text
2. answer.c: which is the c code file that have the answer written in c
3. answer: which is an ELF file compiled with either:
`gcc answer.c -o answer` OR `cc answer.c -o answer`
___
## Note:
#### I have not solved all the exercises yet and I will update the repository regularly with new exercises from w3resource and other resources which will be in the extra directory