Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Think of it from the perspective of types:

    int *p; /* What is the type of p? Pointer to int */
    int a = *p; /* What is the type of *p? int */


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: