Which of the following syntax is used to create a module in AngularJS?
a) var myModule= angular.module();
b) var myModule= new Module();
c) module("app", []);
d) None of the above