Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 25th, 2017
122
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
*
foo
(
)
{
int
a
=
20
;
return
&
a
;
}
int
&
bar
(
)
{
int
a
=
20
;
return
a
;
}
int
main
(
)
{
int
*
a1
=
foo
(
)
;
int
&
a2
=
bar
(
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Big Crypto Earnings Method
CSS | 24 min ago | 0.76 KB
Swap Profit Bitcoin
CSS | 25 min ago | 0.23 KB
Untitled
Bash | 1 hour ago | 3.53 KB
dm.cfg
6 hours ago | 1.00 KB
Untitled
7 hours ago | 8.11 KB
Untitled
PHP | 8 hours ago | 1.35 KB
Untitled
15 hours ago | 1.42 KB
Untitled
15 hours ago | 15.21 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!