v05-l1-pointRef3

(111/223)

Consider the following pointer :

int* ptr;

how can we retrieve the value it points at and store it into a variable ?

???