高普考題庫
101 年 101年公務人員高等考試三級考試暨普通考試・計算機概要
12下列以C程式語言撰寫之程式執行後產生之輸出為何?#include <stdio.h>int main() {int choice = 1;switch (choice){case 1:printf("*");case 2:printf("**");case 3:printf("***");}return 0;}