If I am creating a relatively large structure, how can I calculate the bytes it occupies in memory?
We can do it manually, but if the struct is large enough then how do we do it? Is there some code chunk or application?
If I am creating a relatively large structure, how can I calculate the bytes it occupies in memory?
We can do it manually, but if the struct is large enough then how do we do it? Is there some code chunk or application?