当年形成的会计档案,在会计年度终了后,可暂由本单位会计机构保管1年。()
参考答案:对
定期存单是否预留密码由客户选择,但是不留密码不能通兑。()
下列语句中,在字符串s1和s2相等时显示“they are Equal”的是( )。
A.if(*s1==*s2)
B.if(!strcmp(s1,s2)) puts("they are Equal"); puts("they are Equal");
C.if(s1==s2)
D.if(strcmp(s1,s2)) Puts("they are Equal"); pros("they are Equal");