Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main(void)
  4. {
  5. unsigned int i;
  6. i = -12;
  7. printf("%dn" , i);
  8. system("pause");
  9. return 0;
  10. }
  11.  
  12. printf("%un", i);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement