[ create a new paste ] login | about

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

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


Output:
1
Line 2: error: expected identifier or '(' before '{' token


Create a new paste based on this one


Comments: