Jump to

v05-l1-pointRef3

Consider the following pointer :

int* ptr;

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

???