[ create a new paste ] login | about

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

C, pasted on Mar 25:
1
2
3
4
5
6
#include <stdio.h>
int main() {
    int i = 1, 2;
    printf("%d", i);
    return 0;
}


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


Create a new paste based on this one


Comments: