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