• jdr@lemmy.ml
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    5 days ago

    That’s why you write

    int *x, y, **z;

    C doesn’t write like “x is an int-pointer”, rather it says “dereferencing x will get you an int”.