[ create a new paste ] login | about

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

C, pasted on Nov 19:
1
printf("aa");


Output:
1
2
3
4
Line 1: error: expected declaration specifiers or '...' before string constant
Line 1: warning: data definition has no type or storage class
Line 1: error: conflicting types for 'printf'
t.c:2: note: a parameter list with an ellipsis can't match an empty parameter name list declaration


Create a new paste based on this one


Comments: