in which of the following cases should you consider storing functions in a module file? group of answer choices a and b only when the functions use reference parameters. when the functions will be used by multiple programs. all of the above when it helps divide a long source code file into smaller files that are easier to manage.