A collection of short programs written to get some insights.
Found out that a process can write something and then read the same from a pipe.
When is sizeof computed - compile time or runtime? What about VLAs?
Demonstrates performance penalty for bad branch prediction.
Learnt that linux does lazy allocation.