[ create a new paste ] login | about

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

kamarakay2000 - C, pasted on Apr 9:
1
2
3
4
5
6
7
8
#include<stdio.h>
int main(void){
int height = 5;
int width = 25;
if(height == 5||width == printf("123"));
printf("The statement evaluated to true!");
return 0;
}


Output:
1
The statement evaluated to true!


Create a new paste based on this one


Comments: