Skip to content

Instantly share code, notes, and snippets.

@ShivamShrirao
Created March 7, 2018 19:52
Show Gist options
  • Save ShivamShrirao/41050898458d9158ec4b0f62109e5a14 to your computer and use it in GitHub Desktop.
Save ShivamShrirao/41050898458d9158ec4b0f62109e5a14 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main()
{
int a;
printf("%p\n",&a);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment