下面程序的输出结果是( ) func(int x) { static int a=2; return(a+=x);} rnain() { int b=2,c=4,d; d=func(b) ; d=func(c

admin2013-02-23  25

问题 下面程序的输出结果是(    )    func(int x)    { static int a=2;    return(a+=x);}    rnain()    { int b=2,c=4,d;    d=func(b) ;    d=func(c) ;    printf("%d\n",d) ;}

选项 A、4
B、6
C、8
D、12

答案4

解析
转载请注明原文地址:https://kaotiyun.com/show/kIJp777K
0

最新回复(0)