โช Choose the correct option.
What will be the output of the following program on GCC compiler?
#include
int main() {
int x=55;
printf("%d, %d, %d ", x<=55, x=40, x>=10);
return 0;
}
What will be the output of the following program on GCC compiler?
What will be the output of the following program on GCC compiler?
#include
int main() {
int x=55;
printf("%d, %d, %d ", x<=55, x=40, x>=10);
return 0;
}