Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Accessing pointer with no address
Mishkafofer
May 5th, 2018
135
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
{
int
*
p1
=
NULL
,
*
p2
;
printf
(
"%p"
,
p1
)
;
//points to NULL
printf
(
"%p"
,
p2
)
;
//point nowhere, should crash but CB ignores it.
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
β Marketplace Glitch β Working NEVER SEEN BE...
JavaScript | 5 sec ago | 0.25 KB
π΅ Make 3000$ in 20 minutes π΅
JavaScript | 11 sec ago | 0.24 KB
ββ Exploit 2500$ in 15 Minutesβββ X
JavaScript | 13 sec ago | 0.25 KB
π₯ Exchange profit method
JavaScript | 20 sec ago | 0.24 KB
π EASY MONEY GUIDE β Working J
JavaScript | 21 sec ago | 0.25 KB
π Instant BTC Profit Method β Working 7
JavaScript | 31 sec ago | 0.25 KB
π¨ Free Crypto Method π¨
JavaScript | 32 sec ago | 0.24 KB
π‘ Instant BTC Profit Method β Working
JavaScript | 41 sec ago | 0.24 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!