读程序写出程序执行结果 #include <stdio.h> void main()
{intx=-9,y;if(x>0)y=10;elseif(x==0)y=0;elseif(x<-5)y=-3;elsey=-2;printf(“y=%d\n”,y);读...
{ int x= -9, y ;
if(x>0) y=10 ;
else if(x==0)
y=0;
else if(x<-5) y= -3;
else y= -2;
printf(“y=%d\n”,y);
读程序写出程序执行结果
#include <stdio.h>
#define N 3
void zz(int
x[N][N])
{ int i,j,t;
for(i=0;i<N;i++)
for(j=0;j<i;j++)
{ t=x[i][j]; x[i][j]=x[j][i]; x[j][i]=t; }
}
void
main()
{ int str[N][N]={1,2,3,4,5,6,7,8,9}, i,j;
zz(str);
for(i=0;i<N;i++)
{ for(j=0;j<N;j++)
printf(“%3d”,str[i][j]) ;
printf("\n") ;
}
} 求大神帮我解决这俩题目吧 愁的头发都掉了 展开
if(x>0) y=10 ;
else if(x==0)
y=0;
else if(x<-5) y= -3;
else y= -2;
printf(“y=%d\n”,y);
读程序写出程序执行结果
#include <stdio.h>
#define N 3
void zz(int
x[N][N])
{ int i,j,t;
for(i=0;i<N;i++)
for(j=0;j<i;j++)
{ t=x[i][j]; x[i][j]=x[j][i]; x[j][i]=t; }
}
void
main()
{ int str[N][N]={1,2,3,4,5,6,7,8,9}, i,j;
zz(str);
for(i=0;i<N;i++)
{ for(j=0;j<N;j++)
printf(“%3d”,str[i][j]) ;
printf("\n") ;
}
} 求大神帮我解决这俩题目吧 愁的头发都掉了 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询