CSC373/406: Example: Addresses and pointers [6/8] Previous pageContentsNext page

int *p; // p will contain the address of an int variable
        // in other words, p will point to an int variable

Previous pageContentsNext page