you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 2 months ago* (1 child)

This how I discovered the cursed C syntax

0[arr] fetches the head of an array. i[arr] gets the ith element.

C is arithmetic all the way down.

  • source
  • hideshow 1 child comment