1.References can be assigned value NULL
2. References once assigned cannot be changed to refer another variable
3.Reference should not be initialized when created
4.Reference is the same as pointers
Answer:2