Question:
WHat are * and ? when using them for wildcards in Windows? * Answer:
any characters, arbitrary amoung, ? - single character. Source: CoolInterview.com
"*"and"?" are called as wild cards.This help the programmer to find the all the files directories present in the system.It also provides facilities for finding some grouped files. for eg:- if to find all the directories having the extension of txt then they can be foud by follwing syntax, SYNTAX:- c;/>dir *.txt it will display al the dir of extension txt. Source: CoolInterview.com
Answered by: mahesh soni | Date:
| Contact mahesh soni
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.
Answer should be complete in itself.
Related Questions
View Answer
What is the difference between primary & secondary storage device?