2-6 练习题

单选练习题

  • 1

float a = 1.7;在以下选项中选出相应的输出语句


A

printf("%d\n", a);

B

printf(a);

C

printf("%f\n", a);

D

printf("%c\n", a);