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");} A輸出16並跳行B輸出15並跳行C輸出9並跳行D輸出8並跳行 看答案與解析