國家安全情報人員考試五等考試-資訊組計算機大意114 年第 11 題單選題下列簡化程式中,那一個變數可以使用的範圍最大? #include <iostream> int a = 100; void processA(int b) { int c; … for (int d = 1; d < a; d++) { } } void processB(void) { … }Aa正確答案BbCcDd 答案與詳解