Hacker News new | ask | show | jobs
by darkstalker 5123 days ago
Didn't know about the 3[array] syntax in C. I know that a[b] evaluates to *(a+b) but never tought that the inverted form would work.