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