Access value to which p points with dereference operator *
printf("%d", *p); // prints 42
*p = 12;
printf("%d", i); // prints 12
| status | not read | reprioritisations | ||
|---|---|---|---|---|
| last reprioritisation on | suggested re-reading day | |||
| started reading on | finished reading on |