codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/zFxg3wyH
[
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= %d"
,
a
);
}
Output:
1
a= 10
Create a new paste based on this one
Comments: