Hacker News new | ask | show | jobs
by userbinator 2255 days ago
Based on the memory layout of arrays, which AFAIK is defined rather strictly by the standard, a[0][2] will be the same as a[1][0].