Advertisement
snadge

test wrapping behaviour

Dec 29th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5.         unsigned int a=0, b=0xba;
  6.  
  7.         printf("%x\n", a - b);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement