Y
Hacker News
new
|
ask
|
show
|
jobs
by
alcover
1995 days ago
dragonwriter is right.
In C for ex.
const int* p
means the value pointed at can't change, but
int* const p
means you can't reaffect p