SHARE
TWEET
a[0] = 0[a]
a guest
May 20th, 2012
22
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #include <stdio.h>
- int main() {
- int a[2] = {11, 12};
- printf("hello\n");
- printf("%d\n", 1[a]); // output: 12
- }
RAW Paste Data

