高普考題庫
114 年 114年公務人員高等考試三級考試暨普通考試・計算機概要
26下列C程式執行結果,變數i和num的值為何?int i=3, num=7;do {num -= i--;} while(i !=1);