Differences and similarities between C++ pointers and references

Question | Sep 9, 2016 | nextptr 

Pointers and references are conceptually very different. However, given that many C++ programmers transitioned from programming in C and references are invariably implemented with pointers, there are some conceived similarities between the both.

These are some statements highlighting differences and similarities between pointers and references. Check all those that are correct.