摘要:
1、 #include <stdio.h> void null_str(char x[]) { x[0] = '\0'; } int main(void) { char str[128]; printf("str: "); scanf("%s", str); null_str(str); puts( 阅读全文
posted @ 2021-05-27 11:09
小鲨鱼2018
阅读(65)
评论(0)
推荐(0)
摘要:
1、 #include <stdio.h> #define NUMBER 5 int main(void) { char str[NUMBER][128]; int i; for(i = 0; i < NUMBER; i++) { printf("str[%d] = ", i); scanf("%s 阅读全文
posted @ 2021-05-27 10:14
小鲨鱼2018
阅读(65)
评论(0)
推荐(0)

浙公网安备 33010602011771号