This repository have the exercises from the w3resource of the C programming language but with my own solutions to the problems
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.
Every exercise is in a numbered directory which is the same number of the exercise in the w3resourse website in the question category directory
- question: which is a file that have the problem text
- answer.c: which is the c code file that have the answer written in c
- answer: which is an ELF file compiled with either:
gcc answer.c -o answer
ORcc answer.c -o answer