Node.JS MCQs with Answers

Command to show installed version of Node?
A)
$ npm --version
B)
$ npm getVersion
C)
$ node --version
D)
$ node getVersion

Correct Answer :   $ node --version