∵ab=25,
∴a+bb=75,
a-bb=-35,
∴a+ba-b=-73.
故答案为-73.
上海市预算单位银行账户开户核准实行分级管理。
有以下程序: #include<string.h> main() char p[20]='a','b','c','d',q[]="abc",r[]="abcde"; strcpy(p+strlen(q),r);strcat(p,q); printf("%d%d\n",sizeof(p),strlen(p)); 程序运行后的输出结果是______。
A) 20 9 B) 9 9C) 20 11 D) 11 11