2643 . 单选题

下面C++代码执行后的输出是

float a;
a = 101.101;
a = 101;
printf("a+1={%.0f}", a + 1);