111 年 111年公務人員高等考試三級考試暨普通考試・計算機概要 26執行下列C語言的程式後,產生的輸出為何?#include <stdio.h>#include<iostream>int main() {int x=100, c=4;if (c <5) {if (c < 3) x++;}else x--;printf("%d", x);} A4B99C100D101 看答案與解析