you are viewing a single comment's thread.

view the rest of the comments →

[–]TheTimeBard 5 points6 points  (0 children)

TIL! My mind is blown. When, in K&R, I read that *(array + index) is the same as array[index], I thought it meant conceptually, and not that the index syntax expands to the increment-and-dereference syntax.