[单选题]
有以下程序
#include <stdio.h>
main()
{ int a;
a = (int)(-53*3);
printf("%d ", a);
}
程序的运行结果是( )。
A.-3
B.-4
C.-5
D.结果不确定
参考答案与解析: