Multiple choice

Using wildcards, how many characters are represented by a “?” mark?

  1. 3

  2. 2

  3. 1

  4. 0

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In file systems and command-line operations, the question mark wildcard (?) represents exactly one character. For multiple characters, you would use the asterisk (*).