[ create a new paste ] login | about

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

C, pasted on Nov 24:
1
2
3
if(x>0)
{x=x+y;}
else x=1;


Output:
1
2
Line 1: error: expected identifier or '(' before 'if'
Line 3: error: expected identifier or '(' before 'else'


Create a new paste based on this one


Comments: