题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
问答题
-
关 键 词
-
运行结果
题目题干
- #include<stdio.h>
- main ( )
- { int a[]={1, 2, 3, 4, 5} ;
- int x, y, *p;
- p=a;
- x=*(p+2);
- printf("%d:%d \n", *p, 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;
-
#include <stdio.h> int fac(int n) { int f=1,i; for(i=1;i<=n;i++) f=f * i; return(f);
-
#include <stdio.h> nt fun(int a, int b) { if(a>b) return(a); else return(b); } main()
-
#include <stdio.h> int m=4; int func(int x,int y) { int m=1; return(x*y-m); } main() {i
-
#include<stdio.h> func(int x) { x=10; printf(“%d, ”,x); } main( ) { int x=20; func(x);
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会