问题 问答题

func(int a)

static int m=0;
m+=a;
printf("%d\n",m);

void main()

int k=4;
func(k);func(k);

答案

参考答案:4
8

选择题
选择题