Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
coliveira
on Oct 18, 2011
|
parent
|
context
|
favorite
| on:
So you think you know C: the Ksplice Pointer Chall...
The key is that "&" gives a pointer to the declared type. If you have a variable of array type (int x[100]), the pointer is to the array type (pointer to int[100]), not pointer to int.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: