Pass by Reference




This video explains the method to pass the parameters to a function called as pass by reference in detail. You will learn how you can pass the data to a function by passing the reference or address and how the variables will be stored in memory. It also explains what happens when you change the variable in a called function in detail.