Since $L$ is regular, some DFA accepts it.
A DFA can be viewed as a DPDA that does not really use the stack.
The DPDA keeps the same finite-state transitions as the DFA and leaves the stack unchanged.
Since the computation has no nondeterministic choice, this is a valid DPDA.
Therefore every regular language is a DCFL.

Answer : A