Multiple choice

In which type of function does 'call the value' in the original variable remain the same?

  1. Pass by reference

  2. Pass by value

  3. Pass by object

  4. Pass by integer

  5. Pass by float

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In pass by value, the value of original variable remains unchanged.