You analyze the code of a colleague and see a call to the function quotemeta(). You give the
string “Holy $%&[. What’s going on?” as a parameter to it. What will it output?

A.
Holy $%&[. What’s going on?
B.
Holy \$%&\[\. What’s going on\?
C.
Holy $%&[. What\’s going on?
D.
Holy \$\%\&\[\. What\’s going on\?