以下程序输出结果是( ). int a=50,b=10; main( ) { int a=1,c; c=a+b; printf(%d ,c); {int a=2,b=2;c=a+b; printf(%d ,c); } }

时间:2022-11-11 20:38:14

相似题目