Booz Allen Hamilton interview question

Can you a pitfall when using pointers?

Interview Answer

Anonymous

11 Mar 2020

Dereferencing! You must ensure that you reference or dereference using an & or * when appropriate, as to avoid modifying the address rather than the data as intended.