1.References stores the address of variables
2.References and variables both have the same address
3.References use dereferencing operator(*) to access the value of variable its referencing
4.References were also available in C
Answer:2