Include <stdio.h> Int a[5]={0,1,2,3,4}; Int *p[5]={a,a+1,a+2,a+3,a+4}; Int **pp=p; Main() { pp++; p 5 要求有详细的步骤尽量详细... 要求有详细的步骤 尽量详细 展开 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 include stdio.h int a+1 a+2 搜索资料 2个回答 #热议# 网上掀起『练心眼子』风潮,真的能提高情商吗? 因特纳雄耐尔一定会实现 2014-11-24 · TA获得超过472个赞 知道小有建树答主 回答量:401 采纳率:68% 帮助的人:117万 我也去答题访问个人页 关注 展开全部 个人回答清理~ 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 pc8mm690g 2011-02-26 · TA获得超过1474个赞 知道小有建树答主 回答量:776 采纳率:0% 帮助的人:555万 我也去答题访问个人页 关注 展开全部 包含 包括 参考资料: 百度一下 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2020-12-10 #include<stdio.h>int f(int a){int b=0;static int c=3;b++;c++;return(a+b+c);}void main() 58 2021-06-27 #include <stdio.h> void main() { int a=28,b; char s[10],*p; p=s; do { b=a%16; if(b<10) *p=b+48; el 18 2022-04-30 #include<stdio.h> int fun(int n,int *s){int f1,f2 2022-12-10 #include "stdio.h"int main(){int m=9;for (; m > 0; m--)if (m % 3 == 0)printf("%d", --m);return 0;} 2021-04-17 #include <stdio.h> #define F(X,Y) X*Y main() { int a=3, b=4; printf("%d\n", F(a+b, a-b)); } 4 2018-03-08 #include<stdio.h> int main() {int a=5,b=6,c=7,d=8,m=2,n=2; printf("%d",((m=a>b)&&(n=c>d))); } 60 2018-02-27 #include<stdio.h> main( ) { int a=1,b=2; for(;a<8;a++){b+=a;a+=2;} printf("%d,%d\n",a,b); } 129 2018-03-01 #include<stdio.h> #include<string.h> void fun (char*w,int m) {char s,*p1,*p2; p1=w;p2=w+m-1; while( 77 为你推荐: