i found a very simple program that is very simple but have a great logic.
#include<stdio.h>
#include<conio.h>
void main()
{
int B=1;
printf("%d\n%d\n%d",b=15,b>9,b<9);
getch();
}
this seems very simple to me but the output is very strange to me
OUTPUT:-
15
0
1
I tried very much to understand this but i can't..
So please help me in understanding it...