How many arguments must a function be given?

a. it does not matter
b. 1 argument for every variable used in the function
c. 1 argument for every parameter in the function definition
d. 2 arguments for every parameter in the function definition

c. 1 argument for every parameter in the function definition

Computer Science & Information Technology

You might also like to view...

What is an axiom?

What will be an ideal response?

Computer Science & Information Technology

The command to display your home directory pathname is

a: echo $HOME b: echo HOME c: echo Current Directory d: echo $PATH e: echo pathname

Computer Science & Information Technology