• [object Object]@lemmy.ca
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    4 hours ago

    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.