Which of the following statements is true about reference variables?
A reference must always be initialized when declared
A reference can be reassigned to another variable.
References and pointers are the same.
References cannot be passed to functions.