void squareRef(int & num); int squareVal(int num); int squareRef2(int & num);