The correct answer is: C. all of the mentioned
A module uses another module if a correct version of the other module must be present for the
viewBox="0 0 576 512"> Subscribe on YouTube
The correct answer is: C. all of the mentioned
A module uses another module if a correct version of the other module must be present for the
viewBox="0 0 576 512"> Subscribe on YouTubeA module calls (or invokes) another module if the second module triggers execution of the first module. For example, a module that calls a function in another module will cause the function to be executed.
In some cases, a module may use and call another module at the same time. For example, a module that uses a database may also call a function in the database driver.
In conclusion, the correct answer is: C. all of the mentioned.