Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
pclab5 10
STANAANDREY
Oct 26th, 2022
199
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
Untitled
C++ | 4 min ago | 5.04 KB
combat
C++ | 8 min ago | 1.96 KB
Random Gmail Acc 1A
JavaScript | 8 min ago | 0.05 KB
Pillole video 7
C++ | 13 min ago | 8.12 KB
Untitled
CSS | 14 min ago | 1.99 KB
Make $1000 15-MINUTES (BEGINNER) WM
JavaScript | 24 min ago | 0.05 KB
Basket Boy | กระทู้โรลเพลย์
HTML | 26 min ago | 1.20 KB
Untitled
JavaScript | 29 min ago | 1.18 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!