Which action will best prevent shell interpretation when using exec, eval, and system?
A.
Dividing each element of the command into separate parameters.
B.
Assigning the command to a variable before running the shell command.
C.
Using the param method.
D.
Enclosing the command in single quotes.