format [devicename]命令用来格式化存储器。在执行format命令时,需要指定devicename参数,表示格式化特定的存储器。执行此命令后,会清空指定存储器中的所有文件和目录,并且不可恢复。请谨慎使用此命令!
查看答案
设备中的文件属性中有drw,其中d代表什么含义?
A. d表明是个目录。
B. d表明是可读出的意思。
C. d表明是可写入的意思。
D. d表明是可执行程序。
Select a proper sentinel value if we want users to enter students’ grades.
A. 0
B. 10
C. 100
D. -1
How to enter the EOF mark?
A. Press Ctrl+Z (in Windows) or Ctrl+D (Mac/Linux).
B. Enter “EOF” in the terminal.
C. Enter “^Z” or “^D”.
On success, the scanf() function will return _____.
A. The length of the input string.
B. The number of input characters.
C. The number of input items successfully processed.
D. The number of total items presented in the control sequence.