Question:
What are parameters?
Author: Christian NAnswer:
Parameters are means to communicate with subroutines: • In the header, formal parameters are defined, which • act like local variables within the subroutine, but are • initialized by an actual parameter (value of an expression) each time the subroutine is called
0 / 5 (0 ratings)
1 answer(s) in total