SHARE
TWEET
Untitled
a guest
Oct 12th, 2015
75
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #include <stdio.h>
- int main() {
- void * p = (void *)0x1045a910;
- *p = 5;
- printf("My memory address is %p\n", p);
- printf("My Value for pointer is %d\n", *p);
- return 0;
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

