1.若m为float型变量,则执行以下语句后的输出为_m=1234.123;printf("%-8.3f\n",m); printf("%10.3f\n",m);A. 1234.123 B. 1234.123
C.1234.123 D. -1234.123
A