What is the correct definition regarding integration parameters and command arguments?
A.
Parameters are global variables which means that every command can use these configurable options in order to run. Arguments are shared with other commands and must be present for each command.
B.
Parameters are local variables which means that every command can use these configurable options in order to run. Arguments are shared with other commands and must be present for each command.
C.
Parameters are local variables which means that every command can use these configurable options in order to run. Arguments are specific to only one command.
D.
Parameters are global variables which means that every command can use these configurable options in order to run. Arguments are specific to only one command.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit