Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
staticver
HristoBaychev
Oct 6th, 2021
(
edited
)
113
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<stdio.h>
void
s_test
(
)
;
int
main
(
)
{
s_test
(
)
;
s_test
(
)
;
s_test
(
)
;
return
0
;
}
void
s_test
(
)
{
static
int
a
=
100
;
printf
(
"a = %d
\n
"
,
a
)
;
a
++;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Decentralized Moneys
1 hour ago | 0.42 KB
Bitcoin
1 hour ago | 0.23 KB
Untitled
1 hour ago | 13.75 KB
Untitled
2 hours ago | 0.06 KB
SmartOS Zombie Zone Cleanup Script
Bash | 5 hours ago | 3.78 KB
Untitled
6 hours ago | 3.86 KB
Decentralized Money
6 hours ago | 0.42 KB
Change your mindset
6 hours ago | 0.08 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!