I want to open a(n) _______ in that bank tomorrow.
A.file
B.account
C.check
D.document
第1题:
有下列程序: #include<stdi0.h> voidmain( ) { FILE*fp;inta[10]={1,2,3},i,n; fp=fopen("dl.dat","w"); for(i=0;i<3;i++)fprintf(fp,"%d",a[i]); fprintf(fp,”\n”); fclose(fp); fp=open("dl.dat","r") fscanf(fp,"%d",&n); fclose(fp); printf(”%d\n”,n); } 程序的运行结果是( )。
A.12300
B.123
C.1
D.321
第2题:
A.www.bank-of-chinA.com.cn
B.www.bank-of-chinA.com
C.www.bankofchinA.com
D.www.bank_of_chinA.com
第3题:
第4题:
有下列程序:
#include<stdi0.h>
voidmain( )
{
FILE*fp;inta[10]={1,2,3},i,n;
fp=fopen("dl.dat","w");
for(i=0;i<3;i++)fprintf(fp,"%d",a[i]);
fprintf(fp,”\n”);
fclose(fp);
fp=open("dl.dat","r")
fscanf(fp,"%d",&n);
fclose(fp);
printf(”%d\n”,n);
}
程序的运行结果是( )。
A.12300
B.123
C.1
D.321
第5题:
第6题:
8、CPU执行“MOV PSW,#38H”后,当前工作寄存器组()。
A.保持不变
B.切换到BANK0
C.切换到BANK1
D.切换到BANK2
E.切换到BANK3