[ create a new paste ] login | about

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

Rituparnadatta - C, pasted on Sep 19:
1
2
3
4
5
6
7
8
9
10
11
12
13
//program test//

#include<stdio.h>
int main (void)
{
int p=25;
int q=35;
if(p=q)
printf("hello there");
else
printf("good bye");
return 0;              
}


Output:
1
hello there


Create a new paste based on this one


Comments: