Aniket Bhattacharyea

Aniket Bhattacharyea

What Exactly does ++a + ++a do in C?

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

Make a Reddit Bot with Python

A few days ago, I was lurking on r/vim when I came across this post [https://www.reddit.com/r/vim/comments/gpnvu2/what_about_having_a_reddit_bot_linking_to_the/

C++ is Not a Superset of C

You might have heard this phrase by your professors a lot - "C++ is a superset of C. Anything that works in C, works in C++." If you are in India,