What will be the output of the program?
#includestdio.h
#includemath.h
int main()
{
printf("%f\n", sqrt(36.0));
return 0;
}

Posted on by