Skip to content

Instantly share code, notes, and snippets.

@merijn
Created February 9, 2015 12:22
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save merijn/0392ae239b9a091986ae to your computer and use it in GitHub Desktop.
Save merijn/0392ae239b9a091986ae to your computer and use it in GitHub Desktop.
C popquiz
#include <stdio.h>
int main(int argc, char **argv)
{
int d = sizeof(0)["ABCDEFGHIJKLMNOPQRSTUWVXYZ"];
printf("%d\n", d);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment