Hacker News new | ask | show | jobs
by Poyeyo 4804 days ago
And the next week, and six months after that, again.
1 comments

While it's definitely a rarely-used feature, the equivalence a[b] == *(a + b) == b[a] is fundamental to pointer math. Once you grok pointer math, then this is an interesting bit of syntax trivia and should not be forgotten easily.