首页
编程
java
php
前端
首页
编程
java
php
前端
这里的char*是指针还是字符串
char
* s[
30
];
scanf
(
"%s"
,s);
printf
(
"%s"
,s);
s是30个元素的指针数组。
点击展开全文