Computer Science, asked by nyasam1236, 7 hours ago

wild card character of define​

Answers

Answered by llAgniSiragull
1

A wildcard character is a special character that represents one or more other characters. The most commonly used wildcard characters are the asterisk (*), which typically represents zero or more characters in a string of characters, and the question mark (?), which typically represents any one character.

Answered by namanparmar7321
0

Answer:

A wildcard character is a special character that represents one or more other characters. The most commonly used wildcard characters are the asterisk (*), which typically represents zero or more characters in a string of characters, and the question mark (?), which typically represents any one character.

Similar questions