Computer Science, asked by rahulgolu29, 1 year ago

what do you understand by wildcard characters?

Answers

Answered by adityakumar88899
5
hay mate your ans is here....
Wildcard. In computing, awildcard refers to a characterthat can be substituted for zero or more characters in a string.Wildcards are commonly used in computer programming, database SQL search queries, and when navigating through DOS or Unix directories via the command prompt.
Answered by BrainlyPromoter
2

" ? " and " * " are wild card characters and they are used when we do not the exact name of any file on our computer. Suppose, the name of your file is " Brainly " and you do not know the entire name of file. Then you may write " ? " in the place of the letter which you do not know, say " Brainl? ". Similarly we can also use " * " but it is used in place of more than one letter, like, " Brai* ".



Therefore, since the use of such characters are already set, they cannot be used in the file name.

Similar questions