C Programs

My journey through programming and coding started with a simple C/C++ course in high school. I had lot of fun developing simple C++ codes. I decided to dedicate this page to keep the C Codes archived. Most of the codes are developed to solve the problems from this site https://projecteuler.net/

I used to experiment with pointers a lot and I've tried to implement it efficiently as possible. Feel free to comment and critique.