Question

If a = 7.0, b = 7.0 and c = 6.0, then what is printed by
printf("%.2f", sqrt(a + b * c));
a) 49
b) 7.00
c) 7
d) 49.00

Answer

This answer is hidden. It contains 3 characters.