The command cd - switches to the previous working directory (the directory you were in before the last cd command). This is different from cd .. which goes to the parent directory, cd / which goes to root, or cd alone which goes to home directory. Option C correctly describes this behavior.