有如下程序
#include <stdio.h> main() { int x = 072; printf(">%d<\n", x+1); }
程序运行后的输出结果是 A)>59< B)>73< C)>142< D)>073<
8进制?
答案:A
用户登录可进行刷题及查看答案
登录后提交答案