首页
编程
java
php
前端
首页
编程
java
php
前端
c语言的char数组不可以等于null吗
写的
char a【10】;
a【1】=null;
(大概这个意思)
编译的话会显示
’null’is not decleared in this cope
点击展开全文