Computer Science, asked by shaziakhatoon113, 5 months ago

The _____ wild card character replaces any number of characters while searching a file.​

Answers

Answered by sakshi791934
0

Answer:

may be substituted for any one of the 36 upper-case alphanumeric characters. Whether the wildcard character represents a single character or a string of characters must be specified.

Answered by dibyanitripathy
0

Explanation:

A “wildcard” is a character (or a short string of characters) that represents multiple characters in a search.

In software, a wildcard character is a kind of placeholder represented by a single character, such as an asterisk (*), which can be interpreted as a number of literal characters or an empty string. It is often used in file searches so the full name need not be typed.[1]

Similar questions