If I have:
int c[] = new int[10];
and
int a[][] = new int[2][3];
and in generally
an n*m*..*j
array
how can I calculate the real memory usage considering also the references variables?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With