[ create a new paste ] login | about

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

C, pasted on Aug 15:
1
2
3
4
5
6
7
8
#include <stdio.h>
	main()
{
	int k = 35;
	printf("%d%d%d\n",k==35,k=50,k>40);
	return 0;
}
	


Output:
1
0500


Create a new paste based on this one


Comments: