[ create a new paste ] login | about

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

C, pasted on Feb 10:
1
2
3
4
5
6
#include <stdio.h>

void main()
{
    printf("%d", (0 == 0) ? 0 : (0 == 1) ? 1 : 2);
}


Output:
1
0


Create a new paste based on this one


Comments: