Given the directory structure that contains three directories: company, Salesdat, and
Finance: And the code fragment: If Company is the current directory, what is the result?
A.
Prints only Annual.dat
B.
Prints only Salesdat, Annual.dat
C.
Prints only Annual.dat, Salary.dat, Target.dat
D.
Prints at least Salesdat, Annual.dat, Salary.dat, Target.dat
Explanation:
Marked answer A is wrong.
Answer C is correct instead
I agree, C is correct