• 2022-05-31
    下述程序的运行结果为()main(){inti=10;printf(“dec=%doct=%ohex=%x”,i,i,i);}
    A: dec=10oct=10hex=10
    B: dec=10oct=12hex=10
    C: dec=10oct=10hex=a
    D: dec=10oct=12hex=a