Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. int c = 16;
  2. int f = 11;
  3. NSLog(@"&c = %p &f = %p", &c,&f);
  4.  
  5. &c = 0x7fff570c8a4c &f = 0x7fff570c8a48
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement