How is the ? wildcard different from the * wildcard?

What will be an ideal response?

The ? wildcard replaces any single character, while the * wildcard is used in manipulating or searching for multiple characters.

Computer Science & Information Technology

You might also like to view...

How do you know whether a slide is hidden when in Slide Sorter view?

A) The slide number displays with a slash. B) The slide number shows behind a red stop sign image. C) The slide thumbnail shows with a light orange background. D) The slide number is bold.

Computer Science & Information Technology

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

1. We use the dot notation with eof because it is a member function of a class. 2. The following statements are equivalent: cin.get (ch); cin >> ch; 3. You do not need prompts when reading from an external file. 4. What will inFile.fail( ) return if the file associated with the stream inFile cannot be opened? 5. A file stream should always be passed as a value parameter.

Computer Science & Information Technology