首页
编程
java
php
前端
首页
编程
java
php
前端
以下常量中,能够代表逻辑真值的常量是什么
A0
B\0'
C'0'
D NULL
选C,0的ASCLL码为48,大于0,为真
点击展开全文