[ create a new paste ] login | about

Link: http://codepad.org/tUle4kkN    [ raw code | output | fork ]

C, pasted on Jun 27:
1
2
3
4
5
6
7
main()
{
int i,a[10];
for(i=0;i<=9;i++)
a[i]=i;
printf("%12d",a[i]);
}


Output:
1
2
   -16121856
Exited: ExitFailure 12


Create a new paste based on this one


Comments: