6 ms·
There's more to it than just sizeof, for example an array of arrays is structured completely differently than an array of pointers to other arrays, even if you
by npc 15y ago
There's more to it than just sizeof, for example an array of arrays is structured completely differently than an array of pointers to other arrays, even if you can still access items via a[i][j].