1.* operator is used to declare a reference
2.A reference variable defined to refer a particular variable can refer to any other variable also
3.References must always be initialized inside classes
4.A variable can have more than one references
Answer:4