โช Choose the correct option.
What will be output of the following “c” code?
#include
int main(){
float x;
x=0.35==3.5/10;
printf("%f",x);
return 0;
}
#include
int main(){
float x;
x=0.35==3.5/10;
printf("%f",x);
return 0;
}
#include
int main(){
float x;
x=0.35==3.5/10;
printf("%f",x);
return 0;
}