[ create a new paste ] login | about

Link: http://codepad.org/xgqavWhN    [ raw code | 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:
No errors or program output.


Create a new paste based on this one


Comments: