What's the output?
#includestdio.h
#includemath.h
void main()
{
float a=15,b=20,c;
c=hypot(a,b);
printf("%f",c);
}

Posted on by