Skip to content

Instantly share code, notes, and snippets.

@Kablys
Last active August 29, 2015 13:56
Show Gist options
  • Save Kablys/9335012 to your computer and use it in GitHub Desktop.
Save Kablys/9335012 to your computer and use it in GitHub Desktop.
What data means
int data[4];
i;
for(i = -8; i<10;i++)
printf("%d \n",data[i]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment