daily pastebin goal
75%
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!
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.   int a[2] = {11, 12};
  5.   printf("hello\n");
  6.   printf("%d\n", 1[a]); // output: 12
  7. }
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top