Skip to content

Instantly share code, notes, and snippets.

@minshallj
Last active October 13, 2015 20:08
Show Gist options
  • Save minshallj/4249049 to your computer and use it in GitHub Desktop.
Save minshallj/4249049 to your computer and use it in GitHub Desktop.
guess what the return statement is
int main() {
int i;
int arr[4];
for (i = 0; i <= 4; i++)
arr[i] = 0;
return i;
}
@minshallj
Copy link
Author

depending on your arch, this can have an interesting effect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment