Coding Hindi

Find the Output :
int main(){
int a;
a = 20 > 15 > 5;
printf("%d",a);
return 0;
}

2 years ago | [YT] | 4