# Contains? & ltmath.h & gt
int? Master ()
{
Floating? a=5,? b;
b = sqrt(a);
Printf ("the square root of a is: %f\n", b);
Return? 0;
}