employer cover photo
employer logo
employer logo

AlphaGrep Securities

Is this your company?

AlphaGrep Securities interview question

What is the difference between reference and a pointer in c++.

Interview Answer

Anonymous

4 Jul 2025

in c++, reference is just an alias to the object whose reference is taken, while pointer is a variable that stores the address to some memory space where the value of the object is stored whose pointer is defined,