C语言字符数组经常使用函数

这里是引用#include<string.h>函数库web #include<stdio.h> #include<string.h> int main() { char str[10],c[10]; gets(str); //输出字符串的函数 puts(str); //输出字符串的函数 printf("%c",str); printf("\n")
相关文章
相关标签/搜索