Knowing how references really differ from pointers should help you decide when to use references and when to stick with pointers. In C++, references provide many of the same capabilities as pointers.
all right everybody we finally made it to pointers a pointer is just a variable that stores a memory address of another variable that's it the reason that we use pointers is because well sometimes ...