【C语言】字符串(main函数参数)

文章目录 字符串 字符数组 字符串定义 字符串输入输出scanf&printf 字符串数组 main函数参数 字符串 字符数组 #include <stdio.h> int main(void) { char word[]={'H','e','l','l','o',' ','w','o','r','l','d',}; int i=0; int n=
相关文章
相关标签/搜索