answersLogoWhite

0

A question mark ? and an asterisk *

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

The wildcard characters are represented by which of the symbols listed below?

Asterisk * and question mark ?


What are the wildcard characters in Excel?

The * and ? and ~ are the three wildcard symbols in Excel.


Define wildcards in Microsoft Access?

Symbols that represent any character or combination of characters. The * and the ? are used for wildcard characters.


Which are the two wildcard symbols used in queries?

The two wildcard symbols used in queries are the asterisk (*) and the question mark (?). The asterisk represents zero or more characters in a query, while the question mark represents a single character in a query.


What is globbing?

Globbing is the process of expanding a non-specific file name containing a wildcard character into a set of specific file names that exist in storage on a computer, server, or network. A wildcard is a symbol that can stand for one or more characters. The most common wildcard symbols are the question mark (?) for a single character and the asterisk (*) for a contiguous string of characters regards, Sarabhjeet Singh Khalsa


What are examples of command line of wildcard characters?

You need to supply the possible answers you are looking for. In general, * ? + . etc are wildcard characters, along with [] for set inclusions, etc.


In a query a character that serves as a placeholder for one or more unknown characters is a?

Wildcard characters


What are the two Wildcard Characters?

* - For bulk execution ? - For individual execution


Wildcard symbol represents any collection of characters?

asterisk


What are the wildcard characters in C?

The wildcard characters in C programming include the asterisk (*) and the question mark (?). An asterisk stands for any missing number of characters in a string while a question mark represents exactly one missing character.


What is a character that takes the place of one or more characters in a search?

Wildcard


What is one common wildcard that represents any collection of characters?

asterisk **