求助#include<stdio.h>main(){int i,j;char *s[4]={"comtinue",

求详细解释这程序是什么意思
#include<stdio.h>
main()
{
int i,j;
char *s[4]={"continue","break","do-while","point"};
for(i=3;i>=0;i--)
for(j=3;j>i;j--)
printf("%s\n",s[i]+j);
}

这段程序 就是个循环 给你个输出结果吧
while

ak

eak

tinue

ntinue

ontinue

第一个循环是循环 字符串 数组
第二个循环是 选定的字符串(一个char的数组)进行循环
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答