四维上下结构念什么?
四维”两个字合起来是“罗”的繁体字
拼 音 :luó
部 首 :罒
C语言 怎么从二维数组中读取想要的字符串
- 将比如 我们的家 我们的国 我们的心 这一类的字符串提取到二维数组之后,不知道 怎么能 输出 中间的字符串 我们的国 三个词组之间是用空格隔开的,我想从第九个字节打印的,但是不知道咋的以这样就是乱码,希望各位大侠为我解惑;怎么能实现问题补充: #include stdio.h#includestring.h#includestdlib.hint main(void){ int n=0; int i = 0; int j = 0; int counter = 0; FILE *fp; char str[50][100]; char *p; system("dir D:*.mp3 s B 2.txt"); fp=fopen("2.txt","rt"); while(1){ if ( fgets(str[n],100,fp)==NULL) break; str[n][strlen(str[n])-1]=0; n++; } input_type() fclose(fp); for (i=0;in;i++) printf("%sn",str[i]);}
- 把你写的程序放上了看看啊