Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
WILLYDOS_SOL
May 17th, 2024
209
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.16 KB
| Source Code
|
0
0
raw
download
clone
embed
print
report
int
main
(
void
)
{
int
test
[
2
]
=
{
0x00
,
0x01
}
;
printf
(
"Array:
\n
"
)
;
for
(
int
i
=
0
;
i
<
sizeof
(
test
)
;
i
++
)
{
printf
(
"%02X"
,
test
[
i
]
)
;
}
printf
(
"
\n
"
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
VLF: VLF Notes: VMware ESXi for VSI/VMS hobby...
10 hours ago | 14.59 KB
best journal
12 hours ago | 0.05 KB
evdev 2nd seat v4.04
Python | 1 day ago | 21.13 KB
LearnDash - Aelia Currency Switcher integrati...
PHP | 1 day ago | 5.25 KB
bcachefs read error
1 day ago | 1.11 KB
Man's Library
1 day ago | 1.22 KB
z66is_archive.zip.txt
1 day ago | 3.94 KB
Repost bot advanced
1 day ago | 7.19 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!