Hello, I am Adi!

Mathematics student @ University of Waterloo.

Reach me at adithayyil [@] icloud.com!

“The more I think about language, the more it amazes me that people ever understand each other at all.”

― Kurt Gödel


Dynamic Memory Allocation in C

Explore memory management in C with functions like malloc, realloc, and free for allocating, resizing, and deallocating memory. Learn how to use Valgrind to detect memory leaks and errors, helping you write more efficient, error-free programs.

[read]