Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 16th, 2022
49
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
void
Delete
(
int
n
)
{
struct
node
**
pp
=
&
head
;
for
(
int
i
=
1
;
i
<
n
&&
*
pp
;
++
i
)
pp
=
&
(
*
pp
)
->
next
;
if
(
*
pp
)
{
struct
node
*
p
=
*
pp
;
*
pp
=
p
->
next
;
free
(
p
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 1 sec ago | 0.24 KB
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 11 sec ago | 0.24 KB
💵 Make 3000$ in 20 minutes 💵
JavaScript | 20 sec ago | 0.24 KB
🔥 Exchange profit method
JavaScript | 29 sec ago | 0.24 KB
🚨 Free Crypto Method 🚨
JavaScript | 47 sec ago | 0.24 KB
💡 Instant BTC Profit Method ✅ Working
JavaScript | 57 sec ago | 0.24 KB
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 1 min ago | 0.24 KB
game-experience.it
HTML | 1 min ago | 3.16 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!