高普考題庫
106 年 106年公務人員高等考試三級考試暨普通考試・計算機概要
23若執行以下C語言撰寫之程式,下列敘述何者正確?#include <stdio.h>#include <iostream>main(){int cnt = 0;for (int i = 5; i < 20; i++){cnt++;i = i + 1;}printf(" %d\n", cnt);system("PAUSE");}