#includestdio.h#includemath.hvoid main(){ float a=15,b=20,c; c=hypot(a,b); printf("%f",c);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login