Card 29 / 67: what is the best choice to print the value of variable y where: float y = 2.34;
A)
printf("%d",y);
B)
printf("%f",y);
C)
printf("%c",y);
Answer:
B) printf("%f",y);
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |