题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
问答题
-
关 键 词
-
运行结果
题目题干
- #include <stdio.h>
- char s[]=”ABCD”;
- main()
- { char *p;
- for(p=s;p<s+4;p++)
- printf(“%c %s\n”,*p,p);
- }
运行结果为:
答案解析
相关题目
-
#include<stdio.h> struct st { int x; int y; } a[2]={5, 7, 2, 9} ; main() { printf("
-
#include <stdio.h> char s[]=”ABCD”; main() { char *p; for(p=s;p<s+4;p++) printf(“%c %s
-
#include<stdio.h> main( ) { static char a[ ]=”Program”, *ptr; for(ptr=a, ptr<a+7; ptr+=2
-
#include <stdio.h> main( ) { int a[ ]={1, 2, 3, 4, 5, 6}; int x, y, *p; p = &a[0]; x
-
#include<stdio.h> main() { int arr[ ]={30,25,20,15,10,5}, *p=arr; p++; printf(“%d\n”,*(p+
-
#include<stdio.h> main ( ) { int a[]={1, 2, 3, 4, 5} ; int x, y, *p; p=a; x=*(p+2); p
-
#include <stdio.h> main( ) { char s[]=”abcdefg”; char *p; p=s; printf(“ch=%c\n”,*(p+5));
-
# include < stdio .h > main ( ) { int x[ ] = {10, 20, 30, 40, 50 }; int *p ; p=x; printf
-
#include <stdio.h> int max(int x, int y); main() { int a,b,c; a=7;b=8; c=max(a,b);
-
#include <stdio.h> unsigned fun6(unsigned num) { unsigned k=1; do { k*=num%10; num/=10;
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会