总分类账户对所属明细分类账户起统驭作用,明细分类账户对总分类账户起补充说明作用。( )
参考答案:对
解析: 总分类账户与明细分类账户就是统驭与从属的关系。
Simon is talking ___ Linda ___ the basketball final ___ the phone.[ ]
A. to; about; on
B. from; to; about
C. to; in; in
D. with; about; on
以下程序运行后的输出结果是______。 main() int i,j,a[] [3]=1,2,3,4,5,6,7,8,9); for(i=0;i<3;i++) for(j=i+1;j<3;j++) a[j] [i]=0; for(i=0;i<3;i++) for(j=0;j<3;j++) printf("%d ",a[i][j]); printf("\n");