1.Do-while括號(hào)表達(dá)式的值為真時(shí)抑淫,循環(huán)體執(zhí)行嗤堰。unsigned int k=0;do{++k;} while (k>=0);//死循環(huán)2.while括號(hào)表達(dá)式的值為真...

IP屬地:內(nèi)蒙古
1.Do-while括號(hào)表達(dá)式的值為真時(shí)抑淫,循環(huán)體執(zhí)行嗤堰。unsigned int k=0;do{++k;} while (k>=0);//死循環(huán)2.while括號(hào)表達(dá)式的值為真...
include<stdio.h> int main(){char a;printf("Input simple:\n");scanf("%c",&a);if(a>=48&&a...