Y
Hacker News
new
|
ask
|
show
|
jobs
by
wruza
1660 days ago
*a++
doesn’t increment the value pointed to by `a`, it increments `a` itself. The value remains intact.