若有以下程序
#include<stdio.h> main(){ int c; c=10^5; printf("%d\n",c); }
则程序的输出结果是?
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题