问答题
#include<stdio.h> main() {char b[]="ABCDEFG"; char *chp=e&b[7]; while(--chp>&b[0]) putchar(*chp); }
【参考答案】
GFEDCB[解析] #include<stdio.h> main() {char b[]="ABCDEFG"; ......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
<上一题
目录
下一题>
热门
试题
问答题
#include<stdio.h> int ast(int x,int y,int *cp,int *dp) {*cp=x+y; *dp=x-Y; } main() {int a,b,C,d; a=4;b=3; ast(a,b,&c,&d); printf( %d%d n ,c,d); }
点击查看答案
填空题
执行语句 a=5+(c=6); 后,变量a、c的值依次为______。
点击查看答案
相关试题
函数huiwen的功能是检查一个字符串是否是回...
下面程序段可以求出n!的值。 #include<...
#include<stdio.h> int f1(int x...
编一个程序,对名为 abc.txt 的磁盘文件...
函数YangHui的功能是把杨辉i角形的数据赋给...