單項選擇題

執(zhí)行下列語句后,a的值為()
int a=12, b=7;
void m(int a,int b)
{
a=b;
}
void main()
{
m(a,b);
printf(""%d"",a);
}

A.0
B.1
C.12
D.7


您可能感興趣的試卷