/c-exercises

this repo contains exercises implemented in c

Primary LanguageC

c-exercises

This repo contains exercises implemented in c

Struture of repo

Each file/folder contains an exercise

Exercises are taken from various sources and the links to the problem statements are given at the top of each file

Feel free to clone and check it out

FYI: If you get the following error while compiling/running any of the programs

undefined reference to ...

You need to add -lm to the end of your compile statement