19: Pass by reference: Arrays#3 - Tim Lambert UNSW

Tim explains pass by reference and the link between arrays and pointers. Using sample code we see that C passes arrays into functions *by reference*, unlike all the other types we have seen so far.

Related Videos