I have the following function
void square(int num)
Pass by value:
num = 4
Pass by reference:
num = null