在○里填上“>”、“<”或“=”。
64+8○84+6 54+7○45+7
47+5○45+7 7+25○8+14
<;>;=;>
以下程序运行后的输出结果是【 】。 #include<string.h> char* ss(char *s) { char *p,t; p=s+1;t=*s; while(*p){*(p-1)=*p;p++;} *(p-1);t; return s; } main() {char *p,str[10]="abcdefgh"; p=ss(str); printf("%s\n",p); }
A.
为了使自己的文件让其他同学浏览,又不想让他们修改文件,一般可将包含该文件的文件夹共享属性的访问类型设置为()
A.隐藏
B.完全
C.只读
D.不共享