Which of these characters gives you all possible switches for a Windows command?

A. /?
B. /H
C. /S
D. /P


Answer: A

Computer Science & Information Technology

You might also like to view...

Press the ________+Tab keys to move the insertion point from one cell of a table to the previous cell

Fill in the blank(s) with correct word

Computer Science & Information Technology

DSTDEV calculates the standard deviation of a sample population in a database range

Indicate whether the statement is true or false

Computer Science & Information Technology

Mobile commerce involves using ATMs to make retail purchases.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Assuming that string1 = “hello” and string2 = “hello world”, Which of the following returns 0?

a) strcmp(string1, string2); b) strcmp(string1, string2, 6); c) strncmp(string1, string2, 6); d) strncmp(string1, string2, 5);

Computer Science & Information Technology