what is differance beetween asterisk and question mark while searching a file or a folder
Answers
Answered by
16
Answer:
Asterisk (*) is used to search for particular character(s) for zero or more times. Question mark (?) is used to search for a fixed number of characters where each question mark (?) indicates each character.
Explanation:
here is your answer if you like my answer please follow
Answered by
3
Answer:
Asterisk:-. It represents a string of character in the search term. An asterisk represents one or more characters in the string.
Question mark:-. It replaces a single character or symbol. It represents only one character so it searches for only one character.
Similar questions