[ create a new paste ] login | about

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

C, pasted on Mar 14:
1
printf(1+2);


Output:
1
2
3
4
Line 1: error: expected declaration specifiers or '...' before numeric 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: