Node.JS MCQs with Answers

Command to list all modules that are install globally?
A)
$ npm ls -g
B)
$ node ls -g
C)
$ npm ls
D)
$ node ls

Correct Answer :   $ npm ls -g