首页
编程
java
php
前端
首页
编程
java
php
前端
str7处不是\0嘛
执行语句char str[81]="abcdef";后,字符串str结束标志存储在str[_____] (在括号内填写下标值)中.
str[6]为\0,str[0]为 'a'
点击展开全文