题目 / 答案提交正确答案
下面程序的运行结果是______。#include<stdio.h>main(){inta[5],i;for(i=0;i<5;i++){a=9*(i-2+4*(i>3))%5;printf("%2d",a);}}
A.-3-4044
B.-3-4043
C.-3-4042
D.-3-4040
正确答案:A
关键字 浏览量:次
上一篇:在循环外的语句不受循环的控制,在循环内的语句也不受循环的控制。
下一篇:若有定义:inta[10];,使用数组元素时,下标的最小值是1,最大值是10。
相关问题
【智慧树】下面程序的运行结果是 ()。 char c[6]={'a','b','\0
【智慧树】下面程序的运行结果是()。 struct st { int n; int a[20]; }; void f(int *a
【智慧树】下面程序的运行结果是()。 #include <stdio.h> #include <string.h
【智慧树】下面程序的运行结果是()。 #include <stdio.h> union data { int i; c
【智慧树】以下下面程序的运行结果是()。 #include <stdio.h> int main() { int a=
【智慧树】下面程序的运行结果是()。 #include <stdio.h> int main() { int i; f
【智慧树】下面程序的运行结果是 ()。 char c[6]={'a','b','\0
【智慧树】下面程序的运行结果是()。#include<stdio.h>intmain(){staticchara[]=