Suppose we have a variable k which is equal 7:
int k=7;
int t=&k;
But this does not work. What's the mistake?
|
|
I have a good read for you: Alf P. Steinbach's pointer tutorial. |
|||
|
|
|
You declare t as of type |
|||
|
|