answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the wildcard characters in C?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the wildcard characters in Excel?

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


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


The wildcard characters are represented by which of the symbols?

A question mark ? and an asterisk *


What is a wildcard query?

It is a query that uses the wildcard characters * or ? to help represent characters. Wildcards are used as ways to represent things in many aspects of computers when you are searching for things. The * can stand for any amount of characters and the ? stands for one character. So if you wanted to list all the people whose names began with the letter C, your criteria could be C* and then only names starting with C would be shown. If you wanted to show people whose names had 4 letters you could have ???? in as the criteria.


What is required to search in jcavs using the wildcard?

at least three characters and a *


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 **


Wild card character in c plus plus?

There is no wildcard character in C++.


Define wildcards in Microsoft Access?

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