Which header flie would you add to make the following program work properly
#includestdio.h
void main()
{
int a =4,r;
r=sqrt(a);
printf("%d",a);
}

Posted on by