This blog post is adapted from Expert C Programming - Deep C Secrets by Peter
Van Der Linden
If you've written C programs before you're already familiar with declarations
This question was (and still is) one of the most favourite question of our
professors -
int a = 5;
int b = ++a + ++a;
/* What will be the value of a? */
And its variants
Remember the good old days of programming in LOGO? I do, at least! Back then it
was the most 1337 thing to do. I remember waiting one week for that one day when