News

Once again, pointers are simply memory addresses, and to fully utilize this similarity, C provides the concept of function pointers.
This write-up will introduce structures and union s in C, how to declare and use them, and how union s can be (ab)used as an alternative approach for pointer and bitwise operations.