Assuming at least one file matching the pattern is in the current directory, the command echo a will display:
a) All files in the directory
b) All files starting with 'a'
c) All files with 'a' anywhere in the name
d) All files ending with 'a'