In the Windows 10 CLI, which command will create a subdirectory?
A. TREE
B. MD
C. CD
D. DIR
Answer: B
Computer Science & Information Technology
You might also like to view...
Table gridlines are nonprinting lines that display between columns and rows in a table
Indicate whether the statement is true or false
Computer Science & Information Technology
n the source-code file containing a class’s member function definitions, each member function definition must be tied to the class definition by preceding the member function name with the class name and ::, which is known as the:
a. Member definition linker. b. Class implementation connector. c. Source code resolver. d. Scope resolution operator.
Computer Science & Information Technology