What will be the output of the following program on GCC compiler?

Loading

โœช 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;
}

A. 6
B. 6
C. 6
D. Error: Prototype sqrt() not found.