Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. printf("%dn", 1105 % 10); //It will print 5
  2.  
  3. printf("%dn", 0101 % 10); //This will print 5 as well
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement