Correct option is (a) existing file should not be overwritten
For explanation I would say: -n option is used with cp command when we do not want to want to overwrite the existing file. It means that if the destination file already exists, then it should not be overwritten.