• jdr@lemmy.ml
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    il y a 5 jours

    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”.