Question:
By Value - when you don't want the subprogram to change the value of the variable (input) - only passes the actual value of the var By Reference - when you want to get data from the subprogram (output) - passes the memory location of the var, therefore allowing it to be changed
Author: SozenAnswer:
What are the two types of parameter parsing? (name and description)
0 / 5 Â (0 ratings)
1 answer(s) in total