Address-of operator & yields address of a variable
int i= 42;
printf("%p", &i); // print address of i
If you want to change selection, open document below and click on "Move attachment"
Summary
| status | not read | | reprioritisations | |
|---|
| last reprioritisation on | | | suggested re-reading day | |
|---|
| started reading on | | | finished reading on | |
|---|
Details