以下程序的输出结果为:( )。
#include<stdio.h> void main( ) { int a = 10,b = 20; printf("%d\n",a + b); }
Copyright ©