โช Choose the correct option.
What will be the output of the following program on GCC?
#include
int main(){
printf("%f ",(float)((int)((float)((int)6.5/2+3.5))-3.5));
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(){
printf("%f ",(float)((int)((float)((int)6.5/2+3.5))-3.5));
return 0;
}