[ create a new paste ] login | about

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

C, pasted on Dec 7:
1
2
3
4
5
int a=1;
int b=2;
if (a=b)
 else 
printf("ok");


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


Create a new paste based on this one


Comments: