quantumwhisper.hashnode.devC Pointers and Structs: The "Under the Hood" GuideUnder the Hood: A No-Nonsense Guide to C Pointers & Structs Pointers are the "boogeyman" of C programming for many, but they don’t have to be. Strip away the jargon, and they are essentially just variables that store the addresses of other values. Wh...Jan 30·5 min read
quantumwhisper.hashnode.devWhat makes the digital clock tick?PART 1 – INTRODUCTION TO COMPUTER SCIENCE AND THE ART OF PROGRAMMING Good day to everyone reading this post, QUANTUM WHISPER here; Ever wondered what magic makes our digital world tick? From the apps on your phone to the movies you stream and the gam...Jul 9, 2025·11 min read