Saw this question :
What is teh output of the program ??
main()
{
printf("%f",sqr t(36.0));
Choice :
a 6.0
b 6
c 6.000000
d soem absurd result
The soln to this has been given as D .. i dont get why tho
Also ami write in assuming that the compiler takes 36.0 as a double and not a float ??
Thanks