[ create a new paste ] login | about

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

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


Output:
1
2
3
4
5
Line 1: error: expected declaration specifiers or '...' before numeric constant
In function 'printf':
Line 1: error: number of arguments doesn't match prototype
Line 297: error: prototype declaration
Line 1: error: expected '{' at end of input


Create a new paste based on this one


Comments: