codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/LoTyQcsq
[
raw code
|
fork
]
C
,
pasted on Mar 25:
1
2
3
4
5
6
7
8
9
#include <stdio.h>
int
main
(
void
)
{
char
p
[
10
];
int
i
=
0
;
i
[
p
]
=
1
;
return
0
;
}
Output:
No errors or program output.
Create a new paste based on this one
Comments: