Question 3
#define X 5.5 main () { int i = 8; float f = 0.0; i = i + X; f = f + i + X; }
What is the final value of
f
f
=
SKIP THIS QUESTION