codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/90Sumtc0
[
raw code
|
output
|
fork
]
C
,
pasted on Sep 3:
1
2
3
4
5
6
#include<stdio.h>
void
main
()
{
int
a
=
10
;
printf
(
"&a"
);
}
Output:
1
&a
Create a new paste based on this one
Comments: