Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mtoddh
on Oct 18, 2011
|
parent
|
context
|
favorite
| on:
So you think you know C: the Ksplice Pointer Chall...
Fun tidbit - this equivalence also means you can write it as 1[x]:
#include <stdio.h> int main() { int x[5] = {1,2,3,4,5}; printf("%d, %d\n", x[1],1[x]); return 0; }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: