[單項選擇題] 下面程序的輸出結果是( )。 #include <stdio.h> void fun(int *s) static int j=0;
2021-07-20
[單項選擇題] 下面程序的輸出結果是( )。
#include <stdio.h>
void fun(int *s)
static int j=0;
do
s[j]+=s[j+1];
while(++j<2);
void main()
int k,a[10]=1,2,3,4,5);
for(k=1;k<3;k++)
fun(a);
for(k=0; k<5;k++)
printf("%d",a[k]);
A.35756
B.23445
C.35745
D.12345
正確答案:C
詞條內容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學等領域),建議您咨詢相關領域專業(yè)人士。