Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's because you're adding two to a pointer, which goes to the zeroth element in an array of integers. Adding two to the pointer is incrementing the memory address, so your pointer is now "l" instead of "H."


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: