1. 在 C 语言中,能代表逻辑值“真”的是()。 A. True B. 大于0的数 C. 非0整数 D. 非0的数 我的答案:A 正确答案: D 解析:在C语言的C99标准出来后,有了bool类型,true也表示真了