In Windows, which of the following statements will open the file example.txt that is in the root directory on the C: drive?

A) open C:/example.txt
B) open example.txt C:/
C) open /C:/example.txt
D) open C:example.txt
E) open example.txt /C: