Jun 24, 2017 The Last One! - The character data type and much more!

With only the last data type remaining, we talk about the character data type in C, its implementation, the ASCII standard and escape sequences

Jun 17, 2017 Floating Point - Real numbers and the IEEE-754 Standard

Done with integers, we'll now dive deep into floating-point data type (a.k.a real numbers). This one discusses floating-point numbers, their binary form and their implementation (the IEE-754 Standard).

Jun 10, 2017 Numbers Again! - Octal and Hexadecimal Integers

We continue our journey with number systems and with the introduction of octal and hexa-decimal integers and modifiers, we delve more into number theory.

Jun 3, 2017 1’s and 0’s - The number theory of computers

With this one, dive into number systems and see how integers are stored in computer memory. Know the binary world of computers.

May 27, 2017 More C - A look into some theoretical concepts

With a lot of insight into the theoretical aspects of C, this tutorial explains many key topics including variables, data types and tokens.

Meet Me

The person behind the blog

A computer and a slow internet connection can get you places if you just have the will to learn. From being a complete noob programmer at 18 years of age to starting open-source development at 19 and completing GSoC 2018 at 20, this is my story.

When I came to college, I saw how people struggled with C and so I started this blog in my first year of college for people who think that C is very tough to learn. I intend to help beginners learn C and help those who already know about C to strengthen their grasp with the help of the content I am providing and I also learn a lot in the process. I am a nobody and if I can do it, so can you.