C is said to be a programming language that can get you anytime. There is the character arrays, uninitialised variables containing mysterious numbers and ofcourse, the dreaded pointers. Granted, it was not C itself that got me today but it happened because I was compiling C code so half the blame is on C, sue me. Anyways, this is a story about how a small typo can lead you down a giant rabbit hole and eventually become a wonderful learning experience.
👋 Hello, I'm Shruti.
Welcome to my page. Check out my blog! I also create fun challenges and publish writeups.
Here's my design portfolio.
P.S. I also write about movies. It's mostly just a cinephile's ramblings so you have been warned! ;)
Blog posts:
Ghibli’s magic comes from the artists’ heart and soul, not linear algebra.

OpenAI’s ‘Ghibli-style’ image generation may be a cutting-edge invention machine-learning wise, but it cannot replicate the magic of actual Ghibli art. Doesn’t matter how good the math is.
How to call a program in C
It’s the last day of 2024 and what can be better than learning some C? Today, we take a deep dive into the program calling functionality in C. Let’s start at the beginning!