Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Equivalence of -1 and 2^32-1
tangent
Oct 9th, 2016
328
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
#include <stdint.h>
int
main
(
void
)
{
uint32_t
a
=
(
uint32_t
)
(
-
1
)
;
uint32_t
b
=
4294967295
;
printf
(
"%d
\n
"
,
a
-
b
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐✅ Crypto Exchange Exploit ⭐⭐
JavaScript | 1 sec ago | 0.25 KB
Free Crypto Method (NEVER SEEN BEFORE)⭐ K
JavaScript | 2 sec ago | 0.27 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 9 sec ago | 0.15 KB
⭐Swapzone Glitch ✅ Working⭐ S
JavaScript | 11 sec ago | 0.27 KB
✅ Make $2500 in 20 minutes⭐⭐ W
JavaScript | 19 sec ago | 0.27 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 20 sec ago | 0.15 KB
⭐ Instant BTC Profit Method ⭐
JavaScript | 22 sec ago | 0.25 KB
⭐⭐Exchange Exploit⭐ A
JavaScript | 27 sec ago | 0.27 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!