標題:
APCS觀念題_C05
[打印本頁]
作者:
李泳霖
時間:
2024-3-17 18:24
標題:
APCS觀念題_C05
本帖最後由 李泳霖 於 2024-4-7 20:12 編輯
有以下程式
#include <stdio.h>
main()
{
int x=23;
do
{
printf("%2d\n", x–);
}
while( !x );
}
複製代碼
程式的執行結果是
A) 輸出 23
B) 輸出 321
C) 不輸出任何內容
D) 陷入無限迴圈
本帖隱藏的內容需要回復才可以瀏覽
作者:
東緯
時間:
2024-4-7 20:13
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2