Hide data inside pointers
Arjun Sreedharan
Code related to this article: hide-data-in-ptrWhen we write C code, pointers are everywhere. We can make a little extra use of pointers and sneak in some extra information in them. To pull this trick off, we exploit the natural alignment of data in memory. Data in memory is not stored at any...