[ create a new paste ] login | about

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

C, pasted on Aug 15:
1
2
3
4
5
6
7
8
9
#include <stdio.h>
	main()

{
	int x=10,y=20;
	if (x==y);
		printf ("%d%d\n",x,y);
	return 0;
}


Output:
1
1020


Create a new paste based on this one


Comments: