有以下程序:#include<stdio.h> mai

有以下程序:

#include<stdio.h>
main()
{int a=6,b=7,m=1;
switch(a%2)
{case 0:m++;break;
case 1:m++;
switch(b%2)
{defaut:m++;
case0:m++;break;
}
}
printf("%d\n",m);
}

程序运行后的输出结果是(    )。

答案
B

题目信息

题号:3317
题型:单选题
难度:普通