Angular MCQs with Answers

What command will create a new Angular app with a root routing module?
A)
ng new my-dream-app --routing
B)
ng new my-dream-app --module
C)
ng generate my-dream-app --routing
D)
ng generate my-dream-app

Correct Answer :   ng new my-dream-app --routing