Hacker News new | ask | show | jobs
by simiones 27 days ago
In C, a[i][j] can mean either a[i,j] or a[i][j], depending on the type of a.