未分类题

float f=3.1415927; printf(“%f,%5.4f,%3.3f”,f,f,f); 则程序的输出结果是__________。

A.1415927;
B.4f,%3.3f”,f,f,f);

【参考答案】


3.141593,3.1416,3.142