问题 更新时间2023/4/3 12:59:00 设有以下的程序片段, int i;float f=10.5;i=((int)f)/2;请问执行后变量i的值是( ) A. 5.0 B. 5.5 C. 6 D. 5 答案 登录 注册 答案D 出自:其他 >> 兰州大学-C语言程序设计