Pass by address passes the address of object _________ and pass by reference passes the address of the object _________
Pass by address passes the address of object _________ and pass by reference passes the address of the object _________ Correct Answer Explicitly, Implicitly
Pass by address uses the explicit address passing to the function whereas pass by reference implicitly passes the address of the object.