Hacker News new | ask | show | jobs
by npc 5201 days 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].