Understanding Pointer Sizes in C/C++
Pointers are essential for managing and manipulating data in memory. One common question that arises is how much memory a pointer itself occupies.
I used to think if a pointer is of integer type it’ll occupy 4 bytes of memory, but seems like that’s ...
pixelnotes.hashnode.dev2 min read