For most PCs, one of the internal hard disk drives is designated as the C drive.
查看答案
solid-state storages are not belong to the secondary storages.
A. 对
B. 错
USB drives can be connected directly to a computer’s USB port.
A. 对
B. 错
Solid-state storage devices are more expensive than other secondary storages.
A. 对
B. 错
下面程序的功能是从输入的十个字符串中找出最长的那个串。请在________处填空。#include"stdio.h"#include"string.h"#define N 10main(){char s[N][81], * t;int j;for (j=0; j
A. t=s[j]
B. t=&s[j]
C. t=s++
D. t=s[j][0]