zoukankan
html css js c++ java
c语言 字符指针数组的用法
#include <stdio.h>
#include
<stdlib.h>
int
main(){
//
字符数组的使用
char
str[] = {
'
z
'
,
'
b
'
,
'
c
'
,
'