Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
pclab5 10
STANAANDREY
Oct 26th, 2022
264
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>
int
main
(
)
{
int
x
;
printf
(
"x="
)
;
scanf
(
"%d"
,
&
x
)
;
int
pos
=
sizeof
(
int
)
*
8
-
1
;
printf
(
"sign bit: %d
\n
"
,
(
x
>>
pos
)
&
1
)
;
return
0
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ FREE 2,000$ FROM SWAPZONE
JavaScript | 7 min ago | 0.67 KB
Untitled
VeriLog | 12 min ago | 0.10 KB
aks_k9s
Bash | 14 min ago | 0.98 KB
✅✅ Swapzone Trading Glitch
JavaScript | 18 min ago | 0.67 KB
Personalized Vein Treatment Plans at USA Vein...
HTML | 23 min ago | 0.59 KB
🔥🔥 $15,000 MONTHLY INCOME METHOD 🔥🔥
JavaScript | 28 min ago | 0.67 KB
⭐⭐ Free Crypto Method ⭐⭐ ✅
JavaScript | 38 min ago | 0.67 KB
# tk_subtractive_blend_polygons.py
Python | 46 min ago | 3.59 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!