在find命令中,在搜寻所有组为组名的文件时使用哪个参数()。
A.-name
B.-perm
C.-user
D.group
参考答案:D
有下列程序: #include <stdio.h> #include "string.h" void tim(char *s[],int n) { char *t;int i,j; for(i=0;i<n-1;i++) for(j=i+1;j<n;j++) if(strlen(s[i])>strlen(s[j])) {t=s[i];s[i]=s[j];s[j]=t;} } main() {char *ss[]= {"bcc","bbcc","xy","aaaacc","aabcc"};fun(ss,5);printf("%s,%s\n",ss[0],ss[4]); } 程序的运行结果是( )。
A.xy,aaaacc
B.aaaacc,xy
C.bcc,aabcc
D.aabcc,bcc
根据车辆购置税的有关规定,对于减免税条件消失的车辆,确定其计税价格的方法是( )。
A.同类型新车最低计税价格×[1+(已使用年限÷规定使用年限)]×100%B.同类型新车最低计税价格×[1-(已使用年限÷规定使用年限)]×100%C.同类型新车最低计税价格×[1+(已使用年限÷实际使用年限)]×100%D.同类型新车最低计税价格×[1-(已使用年限÷实际使用年限)]×100%