[ create a new paste ] login | about

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

C, pasted on Mar 25:
1
2
3
4
5
int main()
{
    int i = 1, 2;
    printf("%d", i);
}


Output:
1
2
In function 'main':
Line 3: error: expected identifier or '(' before numeric constant


Create a new paste based on this one


Comments: