Skip to content

Instantly share code, notes, and snippets.

@rigibun
Created September 18, 2013 08:57
Show Gist options
  • Save rigibun/6606484 to your computer and use it in GitHub Desktop.
Save rigibun/6606484 to your computer and use it in GitHub Desktop.
#include <stdio.h>
main(void){
char str[] = "Hello, World";
printf("%s\n", &(0[str]));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment