• 2022-06-15
    以下程序运行后的输出结果是()。     main( ) {int a=010,b=2,c;     c=a+b; printf(“%d”,c);     }