The C Diaries: Intro

I’ve been thinking of this for a long time , to have posts about interesting stuff related to programming in C, like good problems, the way to work them out through different algorithms, and probably some basic tutorials explaining some concepts which people find a bit hard at first. So I will be posting a new post(s) weekly, and name them accordingly. The readers could try solving the problem(s) and look at the code later. It could also serve as a kind of database for me, where I would store my progress in learning the language right from the start. And if probably I need some concept later on which I had used before, I could look it up here.

Its been about 1 month or a little more since i first started with C, and so far its been great! I’m now confortable with loops, and planning to start Arrays soon.