Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Nov 25th, 2017
118
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
tdhj
JavaScript | 26 min ago | 0.47 KB
BinaryNinja 5.1.8005 (Jul 25, 2025)
JSON | 36 min ago | 1.92 KB
Homework46
C# | 46 min ago | 9.61 KB
считывание вектора
C++ | 48 min ago | 0.64 KB
проверка на двудольность
C++ | 49 min ago | 1.08 KB
fw-mt
Bash | 51 min ago | 1.36 KB
Untitled
JSON | 54 min ago | 40.16 KB
Green Hell VR Large Planter Box
XML | 1 hour ago | 0.13 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!