[ create a new paste ] login | about

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

C, pasted on Aug 16:
1
2
3
4
5
6
7
8
#include <stdio.h>

int main()
{
	int a(5);
	printf("%d\n" , a);	
	return 0;
}


Output:
1
2
In function 'main':
Line 5: error: expected declaration specifiers or '...' before numeric constant


Create a new paste based on this one


Comments: