What is the output of the given C code?
int main()
{
printf( "%lf",round(hypot(4+1,9-1)));
return 0;
}
Reveal answer
Fill a bubble to check yourself
What is the output of the given C code?
int main()
{
printf( "%lf",round(hypot(4+1,9-1)));
return 0;
}