โช Choose the correct option.
What will be the output of the following program on GCC?
#include
int main(){
int x=3, y=4, z=4;
printf("ans=%d ",z>=y>=x ?10:20);
return 0;
}
What will be the output of the following program on GCC?
What will be the output of the following program on GCC?
#include
int main(){
int x=3, y=4, z=4;
printf("ans=%d ",z>=y>=x ?10:20);
return 0;
}