Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created October 21, 2015 02:18
Show Gist options
  • Select an option

  • Save schweigert/2df8070c3425205a10fb to your computer and use it in GitHub Desktop.

Select an option

Save schweigert/2df8070c3425205a10fb to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void){
int a;
printf ("%p", &a);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment