[ create a new paste ] login | about

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

C, pasted on May 25:
1
2
3
4
5
6
int main(){
char ch[5] = "abcdefghij";
printf("%s", ch);

return 0;
}


Output:
1
abcde


Create a new paste based on this one


Comments: