首页
编程
java
php
前端
首页
编程
java
php
前端
其中语句是否正确(指针)?
void main()
{int arr[10];
arr=arr+3;
}
其中“arr=arr+3”对吗
不对
点击展开全文