47

单选题 47 /69

若有以下程序

#include<stdio.h>
main(){
    int c;
    c=10^5;
    printf("%d\n",c);
}

则程序的输出结果是?

参考答案

5
15
10000
105