单选题 以下程序的输出结果是______。
#include <stdio.h>
main()
{ printf("% f", 2.5+1*7% 2/4);
}
【正确答案】 A
【答案解析】