what is pass by value and pass by reference ?
Anonymous
Pass by Value: A copy of the variable is passed to the function, so changes made inside the function do not affect the original variable. Pass by Reference: The actual variable is passed to the function, so changes made inside the function directly modify the original variable.
Check out your Company Bowl for anonymous work chats.