L
Lanarcam
Hi,
I couldn't find the answer in the archives to this question :
Does the C language define this instruction?
int j;
int * pi = &j;
int k = & * pi;
I couldn't find the answer in the archives to this question :
Does the C language define this instruction?
int j;
int * pi = &j;
int k = & * pi;