找考题网-背景图
填空题

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

【参考答案】

10