单选题 下面的一段C 程序中,循环体语句 ( ) 退出循环。 unsigned char size; int aa; size = 100; while (size-- >= 0) { aa += size; }
【正确答案】 B
【答案解析】