Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Ex6.3 C Lab
TestingFrenzy
Nov 26th, 2025
92
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
string_is_empty
(
char
s
[
]
)
{
if
(
s
==
NULL
)
{
return
-
1
;
}
if
(
s
[
0
]
==
'
\0
'
)
{
return
1
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
+1700$ in 1 hour
JavaScript | 1 hour ago | 0.67 KB
✅ HOW TO EARN $5,000 A WEEK [GUIDE]
JavaScript | 1 hour ago | 0.67 KB
Ex6.3 C Lab
C | 1 hour ago | 0.15 KB
⭐⭐ Instant Money Method ⭐⭐ ✅
JavaScript | 1 hour ago | 0.67 KB
🚨 EARN 2,000$ IN 1 DAY
JavaScript | 2 hours ago | 0.67 KB
Ex6.1 C Lab
C | 2 hours ago | 0.25 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 2 hours ago | 0.67 KB
Infinite Money Glitch
JavaScript | 2 hours ago | 0.67 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!