Here are some of my recent posts

Aug 19, 2017 Doing It Over Again! - Getting started with Loop Control Instructions

From Decision Control Statements, we move on to a more complex programming construct i.e. loops! Explore all about Loop Control Instructions, the for loop, break and continue statements and much more in this tutorial!

Aug 12, 2017 Making Decisions - Decision Control Statements in C

Discover everything about making decisions in your C program – the if statement, the if-else statement, the conditional operator and much more

Aug 5, 2017 O/p and I/p - Understanding the input and output operations

Arguably, the most important part of a program is interacting with the user and for that we need to know input and output operations. This tutorial discusses input and output operations in C in great detail.

Jul 29, 2017 Handling Operators - Understanding the rules of operators

This tutorial discusses how operators are applied i.e., how expressions get evaluated incorporating type conversion, hierarchy and associativity of operators. And this one, people, is VERY IMPORTANT!!!

Jul 22, 2017 Instructions and Operations - Learning the grammar of C

From data type, we move on to discuss about the types of instructions in C, operands and operators and different types of operators available in C

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.