单项选择题

A、echo The current working path is $PWD.
B、echo 'The current working path is $PWD.'
C、echo "The current working path is $PWD."
D、echo "The current working path is `pwd`."