[ create a new paste ] login | about

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

C, pasted on Mar 19:
1
2
3
4
5
6
7
#include <stdio.h>
int main(){
 int a = 15; 
 if (a = 15 ^ ( a>8)) a+=5; 
 else a -=5; 
return 0;
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: