[ create a new paste ] login | about

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

C, pasted on Dec 7:
1
2
3
int a=1;
int b=2;
if (a=b) System.out.printf("ok");


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


Create a new paste based on this one


Comments: