Advertisement
tyler569

Untitled

Jul 15th, 2014
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main()
  5. {
  6. int *i = 0;
  7. int x = *i;
  8. return x;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement