通常我们在制作网页时,会将首页的名字命名为()
A、www
B、index.html
C、main
D、first
参考答案:A
计量体积要用体积单位。[ ]
设有语句:char str1[]="string",str2[8],*str3,*str4="string";,则下列对库函数strcpy调用不正确的是
A.strcpy(str1,"Hello1");
B.strcpy(str2, "Hello2");
C.strcpy(str3, "Hell03");
D.strcpy(str4, "Hell04");