单项选择题树是结点的集合,它的根结点的数目是( )。
单项选择题下列程序的输出结果是( )。 #include<stdio.h> f(int A) {intb=0; staticint c=4; a=c++;b++; retum(A) ; } main() {int a==2,i,c; for(i=0;i<2;i++) C=f(a++); printf( %dhn ,C) ; }