[ create a new paste ] login | about

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

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

 int main()  
 {  
        int x=5;        
        printf("%d",1 != 1);  

 }


Output:
1
0


Create a new paste based on this one


Comments: