these are some projects made while i was testing and learning the language of c >tic tac toe thats also made using pointers >number guessing game >calculator and other programs
to run programs : first clone repository by downloading the zip file or installing git and typing the command :
git clone https://github.com/Elmeliani-y/c-course
second thing is to install c and c++ compiler by using mingw installer program , the run the commande
gcc <name_of_file>
then just run the <name_of_ programe>.exe hope it helps :)