Y
Hacker News
new
|
ask
|
show
|
jobs
by
fanf2
2019 days ago
No, p+1 is OK because you are allowed to make a pointer one past the end in C (so that common pointer loops work as expected) but you cannot dereference them.