What is the difference between references and pointers?

What is the difference between references and pointers? Correct Answer References are an alias for a variable whereas pointer stores the address of a variable

References are an alias/another name for a variable whereas pointer stores the address of a variable. Pointers need to be deference before use whereas references need not.
Bissoy MCQ

Related Questions

References to brother or sister, in the Schedule do not include references to a brother or sister by
Why references are different from pointers?
In linked list implementation of a queue, front and rear pointers are tracked. Which of these pointers will change during an insertion into EMPTY queue?
A difference, between reference variables and pointers is that