You Know Pointers Store Addresses — But Do You Know Why They Have Types?
We’ve all heard about this: “A pointer is just a variable that stores a memory address.”
That statement is technically true — but incomplete. If pointers were only addresses, every pointer would be exactly the same (usually 4 or 8 bytes of data). But...
amanprasad.hashnode.dev3 min read