It's time for more APL! In Part 1, we took an elementary overview of what APL is and how to do basic arithmetic in it. Today we’ll learn some technical terms, some
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 (probably, sometimes people confuse
Let's say you have been tasked with rewriting the file API of C and so far you are nailing it! You've created a struct named file that contains all the information of a
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
A few days ago, I was lurking on r/vim when I came across this post I have never made a Reddit bot before, but I had a feeling it wasn't that difficult.